libpurple/sound.h

branch
soc.2013.gobjectification.plugins
changeset 37113
cb24b99a09ea
parent 37094
84873ce721dc
parent 35572
5c4846317f2f
child 37398
a9aa2aa0b1b6
--- a/libpurple/sound.h	Sat Feb 15 17:19:34 2014 +0530
+++ b/libpurple/sound.h	Sat Feb 15 22:10:38 2014 +0530
@@ -31,6 +31,8 @@
 
 #include "account.h"
 
+#define PURPLE_TYPE_SOUND_UI_OPS (purple_sound_ui_ops_get_type())
+
 /**************************************************************************/
 /** Data Structures                                                       */
 /**************************************************************************/
@@ -100,6 +102,13 @@
 /**************************************************************************/
 
 /**
+ * purple_sound_ui_ops_get_type:
+ *
+ * Returns: The #GType for the #PurpleSoundUiOps boxed structure.
+ */
+GType purple_sound_ui_ops_get_type(void);
+
+/**
  * purple_sound_play_file:
  * @filename: The file to play.
  * @account: The account that this sound is associated with, or

mercurial