pidgin/pidginapplication.h

changeset 41124
95555046173e
parent 40553
892459990bb7
child 41353
2b364a6512cc
equal deleted inserted replaced
41123:089c8a3a9ff4 41124:95555046173e
25 #endif 25 #endif
26 26
27 #ifndef PIDGIN_APPLICATION_H 27 #ifndef PIDGIN_APPLICATION_H
28 #define PIDGIN_APPLICATION_H 28 #define PIDGIN_APPLICATION_H
29 29
30 /**
31 * SECTION:pidginapplication
32 * @section_id: pidgin-application
33 * @short_description: A #GtkApplication subclass for Pidgin.
34 * @title: Pidgin Application
35 *
36 * #PidginApplication is a subclass of #GtkApplication that holds all of the
37 * application wide actions.
38 */
39
40 #include <glib.h> 30 #include <glib.h>
41 #include <gtk/gtk.h> 31 #include <gtk/gtk.h>
42 32
43 G_BEGIN_DECLS 33 G_BEGIN_DECLS
34
35 /**
36 * PidginApplication:
37 *
38 * #PidginApplication is a subclass of #GtkApplication that holds all of the
39 * application wide actions.
40 *
41 * Since: 3.0.0
42 */
44 43
45 #define PIDGIN_TYPE_APPLICATION (pidgin_application_get_type()) 44 #define PIDGIN_TYPE_APPLICATION (pidgin_application_get_type())
46 G_DECLARE_FINAL_TYPE(PidginApplication, pidgin_application, PIDGIN, 45 G_DECLARE_FINAL_TYPE(PidginApplication, pidgin_application, PIDGIN,
47 APPLICATION, GtkApplication) 46 APPLICATION, GtkApplication)
48 47

mercurial