summaryrefslogtreecommitdiff
path: root/gio/giomm/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/giomm/init.h')
-rw-r--r--gio/giomm/init.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gio/giomm/init.h b/gio/giomm/init.h
index 345e8194..1ce3ac5d 100644
--- a/gio/giomm/init.h
+++ b/gio/giomm/init.h
@@ -24,7 +24,13 @@
namespace Gio
{
-/** Initialize giomm.
+/** Initialize giomm and glibmm.
+ *
+ * Call it before you use other parts of giomm. You may call it more than once.
+ * Calls after the first one have no effect. %Gio::init() calls Glib::init().
+ *
+ * You do not need to call %Gio::init() if you are using Gtk::Application,
+ * because it calls %Gio::init() for you.
*/
void init();