pidgin/prefs/pidginconversationprefs.h

changeset 42620
72178a341eb8
parent 42466
ca3374c1cdba
child 43177
595a5f31003a
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
40 * PidginConversationPrefs: 40 * PidginConversationPrefs:
41 * 41 *
42 * #PidginConversationPrefs is a widget for the preferences window to let users 42 * #PidginConversationPrefs is a widget for the preferences window to let users
43 * choose and configure their conversation settings. 43 * choose and configure their conversation settings.
44 * 44 *
45 * Since: 3.0.0 45 * Since: 3.0
46 */ 46 */
47 #define PIDGIN_TYPE_CONVERSATION_PREFS (pidgin_conversation_prefs_get_type()) 47 #define PIDGIN_TYPE_CONVERSATION_PREFS (pidgin_conversation_prefs_get_type())
48 48
49 PIDGIN_AVAILABLE_IN_3_0 49 PIDGIN_AVAILABLE_IN_3_0
50 G_DECLARE_FINAL_TYPE(PidginConversationPrefs, pidgin_conversation_prefs, 50 G_DECLARE_FINAL_TYPE(PidginConversationPrefs, pidgin_conversation_prefs,
55 * 55 *
56 * Creates a new #PidginConversationPrefs instance. 56 * Creates a new #PidginConversationPrefs instance.
57 * 57 *
58 * Returns: (transfer full): The new #PidginConversationPrefs instance. 58 * Returns: (transfer full): The new #PidginConversationPrefs instance.
59 * 59 *
60 * Since: 3.0.0 60 * Since: 3.0
61 */ 61 */
62 PIDGIN_AVAILABLE_IN_3_0 62 PIDGIN_AVAILABLE_IN_3_0
63 GtkWidget *pidgin_conversation_prefs_new(void); 63 GtkWidget *pidgin_conversation_prefs_new(void);
64 64
65 G_END_DECLS 65 G_END_DECLS

mercurial