pidgin/gtkconvwin.h

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 37065
3546d731987e
parent 35472
474e26199560
child 37088
4d5ad6b1878e
equal deleted inserted replaced
37074:1e7b4b3741a0 37075:cf3f735b09b7
31 typedef struct _PidginWindowMenu PidginWindowMenu; 31 typedef struct _PidginWindowMenu PidginWindowMenu;
32 typedef struct _PidginWindow PidginWindow; 32 typedef struct _PidginWindow PidginWindow;
33 33
34 34
35 /************************************************************************** 35 /**************************************************************************
36 * @name Structures 36 * Structures
37 **************************************************************************/ 37 **************************************************************************/
38 /*@{*/ 38 /*@{*/
39 39
40 struct _PidginWindowMenu 40 struct _PidginWindowMenu
41 { 41 {
110 /*@}*/ 110 /*@}*/
111 111
112 G_BEGIN_DECLS 112 G_BEGIN_DECLS
113 113
114 /************************************************************************** 114 /**************************************************************************
115 * @name GTK+ Conversation Window API 115 * GTK+ Conversation Window API
116 **************************************************************************/ 116 **************************************************************************/
117 /*@{*/ 117 /*@{*/
118 118
119 PidginWindow * pidgin_conv_window_new(void); 119 PidginWindow * pidgin_conv_window_new(void);
120 void pidgin_conv_window_destroy(PidginWindow *win); 120 void pidgin_conv_window_destroy(PidginWindow *win);
140 PidginWindow *pidgin_conv_window_last_chat(void); 140 PidginWindow *pidgin_conv_window_last_chat(void);
141 141
142 /*@}*/ 142 /*@}*/
143 143
144 /************************************************************************** 144 /**************************************************************************
145 * @name GTK+ Conversation Placement API 145 * GTK+ Conversation Placement API
146 **************************************************************************/ 146 **************************************************************************/
147 /*@{*/ 147 /*@{*/
148 148
149 typedef void (*PidginConvPlacementFunc)(PidginConversation *); 149 typedef void (*PidginConvPlacementFunc)(PidginConversation *);
150 150

mercurial