pidgin/gtkconv.h

branch
gtkdoc-conversion
changeset 35486
fe9a7f6143c1
parent 35472
474e26199560
child 35487
494f09f7f331
child 37088
4d5ad6b1878e
equal deleted inserted replaced
35485:891224cdaca1 35486:fe9a7f6143c1
77 #include "gtkconv-theme.h" 77 #include "gtkconv-theme.h"
78 78
79 /************************************************************************** 79 /**************************************************************************
80 * Structures 80 * Structures
81 **************************************************************************/ 81 **************************************************************************/
82 /*@{*/
83 82
84 /** 83 /**
85 * PidginConversation: 84 * PidginConversation:
86 * 85 *
87 * A GTK+ conversation pane. 86 * A GTK+ conversation pane.
148 */ 147 */
149 GtkWidget *quickfind_entry; 148 GtkWidget *quickfind_entry;
150 GtkWidget *quickfind_container; 149 GtkWidget *quickfind_container;
151 }; 150 };
152 151
153 /*@}*/
154
155 G_BEGIN_DECLS 152 G_BEGIN_DECLS
156 153
157 /************************************************************************** 154 /**************************************************************************
158 * GTK+ Conversation API 155 * GTK+ Conversation API
159 **************************************************************************/ 156 **************************************************************************/
160 /*@{*/
161 157
162 /** 158 /**
163 * pidgin_conversations_get_conv_ui_ops: 159 * pidgin_conversations_get_conv_ui_ops:
164 * 160 *
165 * Returns the UI operations structure for GTK+ conversations. 161 * Returns the UI operations structure for GTK+ conversations.
300 PidginWindow *pidgin_conv_get_window(PidginConversation *gtkconv); 296 PidginWindow *pidgin_conv_get_window(PidginConversation *gtkconv);
301 GdkPixbuf *pidgin_conv_get_tab_icon(PurpleConversation *conv, gboolean small_icon); 297 GdkPixbuf *pidgin_conv_get_tab_icon(PurpleConversation *conv, gboolean small_icon);
302 void pidgin_conv_new(PurpleConversation *conv); 298 void pidgin_conv_new(PurpleConversation *conv);
303 int pidgin_conv_get_tab_at_xy(PidginWindow *win, int x, int y, gboolean *to_right); 299 int pidgin_conv_get_tab_at_xy(PidginWindow *win, int x, int y, gboolean *to_right);
304 gboolean pidgin_conv_is_hidden(PidginConversation *gtkconv); 300 gboolean pidgin_conv_is_hidden(PidginConversation *gtkconv);
305 /*@}*/
306 301
307 /**************************************************************************/ 302 /**************************************************************************/
308 /* GTK+ Conversations Subsystem */ 303 /* GTK+ Conversations Subsystem */
309 /**************************************************************************/ 304 /**************************************************************************/
310 /*@{*/
311 305
312 /** 306 /**
313 * pidgin_conversations_get_handle: 307 * pidgin_conversations_get_handle:
314 * 308 *
315 * Returns the gtk conversations subsystem handle. 309 * Returns the gtk conversations subsystem handle.
330 * 324 *
331 * Uninitialized the GTK+ conversation subsystem. 325 * Uninitialized the GTK+ conversation subsystem.
332 */ 326 */
333 void pidgin_conversations_uninit(void); 327 void pidgin_conversations_uninit(void);
334 328
335 /*@}*/
336
337 G_END_DECLS 329 G_END_DECLS
338 330
339 #endif /* _PIDGIN_CONVERSATION_H_ */ 331 #endif /* _PIDGIN_CONVERSATION_H_ */

mercurial