| 39 * |
41 * |
| 40 * Since: 3.0.0 |
42 * Since: 3.0.0 |
| 41 */ |
43 */ |
| 42 |
44 |
| 43 #define PIDGIN_TYPE_PLUGINS_MENU (pidgin_plugins_menu_get_type()) |
45 #define PIDGIN_TYPE_PLUGINS_MENU (pidgin_plugins_menu_get_type()) |
| |
46 |
| |
47 PIDGIN_AVAILABLE_IN_3_0 |
| 44 G_DECLARE_FINAL_TYPE(PidginPluginsMenu, pidgin_plugins_menu, PIDGIN, |
48 G_DECLARE_FINAL_TYPE(PidginPluginsMenu, pidgin_plugins_menu, PIDGIN, |
| 45 PLUGINS_MENU, GMenuModel) |
49 PLUGINS_MENU, GMenuModel) |
| 46 |
50 |
| 47 /** |
51 /** |
| 48 * pidgin_plugins_menu_new: |
52 * pidgin_plugins_menu_new: |