| 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_ */ |