summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-15 22:09:55 +0530
committerAnkit Vani <a@nevitus.org>2014-02-15 22:09:55 +0530
commitd601a08a061a1477f11e8eaa8127c2ae93e29acf (patch)
tree14b452cd4a96c179abef1eeb5aa126c4d25b8146 /libpurple/eventloop.h
parentd5f5e446416dc99bee9747ab3ff69756c670cfa0 (diff)
downloadpidgin-d601a08a061a1477f11e8eaa8127c2ae93e29acf.tar.gz
Box the *UiOps structures
Diffstat (limited to 'libpurple/eventloop.h')
-rw-r--r--libpurple/eventloop.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index 3e931db0f3..9d684aff97 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -29,6 +29,9 @@
*/
#include <glib.h>
+#include <glib-object.h>
+
+#define PURPLE_TYPE_EVENTLOOP_UI_OPS (purple_eventloop_ui_ops_get_type())
/**
* PurpleInputCondition:
@@ -273,6 +276,13 @@ purple_input_pipe(int pipefd[2]);
/**************************************************************************/
/**
+ * purple_eventloop_ui_ops_get_type:
+ *
+ * Returns: The #GType for the #PurpleEventLoopUiOps boxed structure.
+ */
+GType purple_eventloop_ui_ops_get_type(void);
+
+/**
* purple_eventloop_set_ui_ops:
* @ops: The UI operations structure.
*