libpurple/protocols/facebook/util.h

branch
facebook
changeset 37258
291b6e1acc24
parent 37250
3f5570a17b15
child 37260
473934b0c408
--- a/libpurple/protocols/facebook/util.h	Sat Jun 06 02:13:52 2015 -0400
+++ b/libpurple/protocols/facebook/util.h	Thu Jun 11 01:33:37 2015 -0400
@@ -24,9 +24,22 @@
 
 #include <glib.h>
 
+#include "connection.h"
+
+typedef void (*FbUtilRequestBuddyFunc) (GSList *buddies, gpointer data);
+
 gchar *
 fb_util_randstr(gsize size);
 
+gpointer
+fb_util_request_buddy(PurpleConnection *gc, const gchar *title,
+                      const gchar *primary, const gchar *secondary,
+                      GSList *select, gboolean multi, GCallback ok_cb,
+                      GCallback cancel_cb, gpointer data);
+
+gboolean
+fb_util_str_is(const gchar *str, GAsciiType type);
+
 gboolean
 fb_util_zcompressed(const GByteArray *bytes);
 

mercurial