diff src/gtkconv.h @ 8582:d7c85220c685

[gaim-migrate @ 9332] Added a conversation-drag-ended signal. Patch by Etan Reisner. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 05 Apr 2004 06:52:02 +0000
parents 6f549c1d0829
children 408d2f135146
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Apr 05 06:47:54 2004 +0000
+++ b/src/gtkconv.h	Mon Apr 05 06:52:02 2004 +0000
@@ -198,11 +198,6 @@
 /*@{*/
 
 /**
- * Initializes the GTK+ conversation system.
- */
-void gaim_gtk_conversations_init(void);
-
-/**
  * Returns the UI operations structure for GTK windows.
  *
  * @return The GTK window operations structure.
@@ -310,4 +305,28 @@
 
 /*@}*/
 
+/**************************************************************************/
+/** @name GTK+ Conversations Subsystem                                     */
+/**************************************************************************/
+/*@{*/
+
+/**
+ * Returns the gtk conversations subsystem handle.
+ *
+ * @return The conversations subsystem handle.
+ */
+void *gaim_gtk_conversations_get_handle(void);
+
+/**
+ * Initializes the GTK+ conversations subsystem.
+ */
+void gaim_gtk_conversations_init(void);
+
+/**
+ * Uninitialized the GTK+ conversation subsystem.
+ */
+void gaim_gtk_conversations_uninit(void);
+
+/*@}*/
+
 #endif /* _GAIM_GTK_CONVERSATION_H_ */