pidgin/prefs/pidginconversationprefs.h

changeset 42465
b7d530551c1b
parent 41551
865be7af93d6
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 * PidginConversationPrefs: 40 * PidginConversationPrefs:
39 * 41 *
41 * choose and configure their conversation settings. 43 * choose and configure their conversation settings.
42 * 44 *
43 * Since: 3.0.0 45 * Since: 3.0.0
44 */ 46 */
45 #define PIDGIN_TYPE_CONVERSATION_PREFS (pidgin_conversation_prefs_get_type()) 47 #define PIDGIN_TYPE_CONVERSATION_PREFS (pidgin_conversation_prefs_get_type())
48
49 PIDGIN_AVAILABLE_IN_3_0
46 G_DECLARE_FINAL_TYPE(PidginConversationPrefs, pidgin_conversation_prefs, 50 G_DECLARE_FINAL_TYPE(PidginConversationPrefs, pidgin_conversation_prefs,
47 PIDGIN, CONVERSATION_PREFS, AdwPreferencesPage) 51 PIDGIN, CONVERSATION_PREFS, AdwPreferencesPage)
48 52
49 /** 53 /**
50 * pidgin_conversation_prefs_new: 54 * pidgin_conversation_prefs_new:

mercurial