| 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: |