Remove g_type_init() calls.
[platform/upstream/ibus.git] / src / ibusshare.h
index 61db3cd..512fa59 100644 (file)
@@ -291,9 +291,7 @@ gboolean         ibus_key_event_from_string
 /**
  * ibus_init:
  *
- * Init the ibus types.
- *
- * It is actually a wrapper of g_type_init().
+ * Initialize the ibus types.
  */
 void             ibus_init              (void);
 
@@ -334,5 +332,12 @@ void             ibus_quit              (void);
  */
 void             ibus_set_log_handler   (gboolean verbose);
 
+/**
+ * ibus_unset_log_handler:
+ *
+ * Remove the log handler which is set by ibus_set_log_handler.
+ */
+void             ibus_unset_log_handler (void);
+
 G_END_DECLS
 #endif