finch/gntblist.h

branch
soc.2013.gobjectification.plugins
changeset 37116
3ef1583fa805
parent 37100
a243a5e7afb3
parent 35587
78463057dd76
child 37138
a5f26022c3a5
--- a/finch/gntblist.h	Tue Feb 18 12:00:02 2014 +0530
+++ b/finch/gntblist.h	Wed Feb 19 17:48:32 2014 +0530
@@ -31,6 +31,8 @@
 #include "buddylist.h"
 #include "gnttree.h"
 
+#define FINCH_TYPE_BLIST_MANAGER (finch_blist_manager_get_type())
+
 /**********************************************************************
  * GNT BuddyList API
  **********************************************************************/
@@ -65,6 +67,13 @@
 };
 
 /**
+ * finch_blist_manager_get_type:
+ *
+ * Returns: The #GType for the #FinchBlistManager boxed structure.
+ */
+GType finch_blist_manager_get_type(void);
+
+/**
  * finch_blist_get_ui_ops:
  *
  * Get the ui-functions.
@@ -177,7 +186,8 @@
  *
  * Find a buddy list manager.
  *
- * Returns:  The manager with the requested identifier, if available. %NULL otherwise.
+ * Returns: The manager with the requested identifier, if available. %NULL
+ *          otherwise.
  */
 FinchBlistManager * finch_blist_manager_find(const char *id);
 

mercurial