pidgin/pidginpluginsmenu.h

changeset 42465
b7d530551c1b
parent 41414
b76bc2b4d7cc
child 42467
2b1d9d0770f2
equal deleted inserted replaced
42464:5de142a471e0 42465:b7d530551c1b
27 #ifndef PIDGIN_PLUGINS_MENU_H 27 #ifndef PIDGIN_PLUGINS_MENU_H
28 #define PIDGIN_PLUGINS_MENU_H 28 #define PIDGIN_PLUGINS_MENU_H
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 31
32 #include "pidginversion.h"
33
32 G_BEGIN_DECLS 34 G_BEGIN_DECLS
33 35
34 /** 36 /**
35 * PidginPluginsMenu: 37 * PidginPluginsMenu:
36 * 38 *
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:

mercurial