diff src/gtksound.h @ 10322:2a132b73a6e6

[gaim-migrate @ 11529] I shuffled around lots of sound code and made the buddy-signon/signoff sounds work again. And I did it by making sound.c connec to the buddy-signon signal. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 23:19:16 +0000
parents 61852117568f
children fc464a0abccc
line wrap: on
line diff
--- a/src/gtksound.h	Sun Dec 05 21:25:44 2004 +0000
+++ b/src/gtksound.h	Sun Dec 05 23:19:16 2004 +0000
@@ -1,5 +1,6 @@
 /**
  * @file gtksound.h GTK+ Sound API
+ * @ingroup gtkui
  *
  * gaim
  *
@@ -30,20 +31,6 @@
 /*@{*/
 
 /**
- * Get the handle for the GTK+ sound system.
- *
- * @return the handle to the sound system
- */
-void *gaim_gtk_sound_get_handle();
-
-/**
- * Gets GTK Sound UI opsA
- *
- * @return UI operations struct
- */
-GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void);
-
-/**
  * Get the prefs option for an event.
  *
  * @param event The event.
@@ -59,6 +46,20 @@
  */
 char *gaim_gtk_sound_get_event_label(GaimSoundEventID event);
 
+/**
+ * Gets GTK+ sound UI ops.
+ *
+ * @return The UI operations structure.
+ */
+GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void);
+
+/**
+ * Get the handle for the GTK+ sound system.
+ *
+ * @return The handle to the sound system
+ */
+void *gaim_gtk_sound_get_handle();
+
 /*@}*/
 
 #endif /* _GAIM_GTKSOUND_H_ */