pidgin/prefs/pidginproxyprefs.h

changeset 42465
b7d530551c1b
parent 41550
a1e1d5c248e4
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 * PidginProxyPrefs: 40 * PidginProxyPrefs:
39 * 41 *
41 * choose and configure their proxy settings. 43 * choose and configure their proxy settings.
42 * 44 *
43 * Since: 3.0.0 45 * Since: 3.0.0
44 */ 46 */
45 #define PIDGIN_TYPE_PROXY_PREFS (pidgin_proxy_prefs_get_type()) 47 #define PIDGIN_TYPE_PROXY_PREFS (pidgin_proxy_prefs_get_type())
48
49 PIDGIN_AVAILABLE_IN_3_0
46 G_DECLARE_FINAL_TYPE(PidginProxyPrefs, pidgin_proxy_prefs, 50 G_DECLARE_FINAL_TYPE(PidginProxyPrefs, pidgin_proxy_prefs,
47 PIDGIN, PROXY_PREFS, AdwPreferencesPage) 51 PIDGIN, PROXY_PREFS, AdwPreferencesPage)
48 52
49 /** 53 /**
50 * pidgin_proxy_prefs_new: 54 * pidgin_proxy_prefs_new:

mercurial