summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-02-26 22:45:01 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-02-26 22:45:01 +0100
commitdc111022570a417f396b81cdaef1a5db58022017 (patch)
tree346f9d16bc7816c4b8931b18a009e686eea4506d /glib/glibmm.h
parentf2cc4ebb113c48ad0aba46c1f67d4e8f65a69330 (diff)
downloadglibmm-dc111022570a417f396b81cdaef1a5db58022017.tar.gz
Run clang-format on the include-all headers.
Diffstat (limited to 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index a8199c27..00334162 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -33,7 +33,8 @@
*
* @section features Features
*
- * - Glib::ustring: A UTF-8 string class that can be used interchangably with std::string. Plus @ref StringUtils
+ * - Glib::ustring: A UTF-8 string class that can be used interchangably with std::string. Plus @ref
+ * StringUtils
* - Glib::RefPtr: A reference-counting smartpointer, for use with Glib::ObjectBase or similar
* - @ref CharsetConv
* - Glib::Regex: Regular expression string matching.
@@ -80,10 +81,11 @@
*/
#include <glibmmconfig.h>
-//#include <glibmm/i18n.h> //This must be included by the application, after system headers such as <iostream>.
+//#include <glibmm/i18n.h> //This must be included by the application, after system headers such as
+//<iostream>.
-//Include this first because we need it to be the first thing to include <glib.h>,
-//so we can do an undef trick to still use deprecated API in the header:
+// Include this first because we need it to be the first thing to include <glib.h>,
+// so we can do an undef trick to still use deprecated API in the header:
#include <glibmm/thread.h>
#include <glibmm/threads.h>