pidgin/gtkdialogs.h

branch
cpw.qulogic.gtk3-required
changeset 33167
fce72d79861f
parent 33127
02a3db370988
parent 33116
34cdcc6507d7
child 35451
206524351826
equal deleted inserted replaced
33166:e97c8ef10fd2 33167:fce72d79861f
50 void pidgin_dialogs_remove_group(PurpleGroup *); 50 void pidgin_dialogs_remove_group(PurpleGroup *);
51 void pidgin_dialogs_remove_chat(PurpleChat *); 51 void pidgin_dialogs_remove_chat(PurpleChat *);
52 void pidgin_dialogs_remove_contact(PurpleContact *); 52 void pidgin_dialogs_remove_contact(PurpleContact *);
53 void pidgin_dialogs_merge_groups(PurpleGroup *, const char *); 53 void pidgin_dialogs_merge_groups(PurpleGroup *, const char *);
54 54
55 /* This macro should probably be moved elsewhere */
56 #define PIDGIN_WINDOW_ICONIFIED(x) (gdk_window_get_state(gtk_widget_get_window(GTK_WIDGET(x))) & GDK_WINDOW_STATE_ICONIFIED)
57
58 G_END_DECLS 55 G_END_DECLS
59 56
60 #endif /* _PIDGINDIALOGS_H_ */ 57 #endif /* _PIDGINDIALOGS_H_ */

mercurial