pidgin/prefs/pidginvvprefs.h

changeset 42465
b7d530551c1b
parent 41552
c9157099adf8
child 42466
ca3374c1cdba
equal deleted inserted replaced
42464:5de142a471e0 42465:b7d530551c1b
30 #include <glib.h> 30 #include <glib.h>
31 31
32 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
33 #include <adwaita.h> 33 #include <adwaita.h>
34 34
35 #include "pidginversion.h"
36
35 G_BEGIN_DECLS 37 G_BEGIN_DECLS
36 38
37 /** 39 /**
38 * PidginVVPrefs: 40 * PidginVVPrefs:
39 * 41 *
41 * choose and configure their voice and video settings. 43 * choose and configure their voice and video settings.
42 * 44 *
43 * Since: 3.0.0 45 * Since: 3.0.0
44 */ 46 */
45 #define PIDGIN_TYPE_VV_PREFS (pidgin_vv_prefs_get_type()) 47 #define PIDGIN_TYPE_VV_PREFS (pidgin_vv_prefs_get_type())
48
49 PIDGIN_AVAILABLE_IN_3_0
46 G_DECLARE_FINAL_TYPE(PidginVVPrefs, pidgin_vv_prefs, 50 G_DECLARE_FINAL_TYPE(PidginVVPrefs, pidgin_vv_prefs,
47 PIDGIN, VV_PREFS, AdwPreferencesPage) 51 PIDGIN, VV_PREFS, AdwPreferencesPage)
48 52
49 /** 53 /**
50 * pidgin_vv_prefs_new: 54 * pidgin_vv_prefs_new:

mercurial