| 39 /** |
39 /** |
| 40 * PIDGIN_TYPE_CREDENTIAL_PREFS: |
40 * PIDGIN_TYPE_CREDENTIAL_PREFS: |
| 41 * |
41 * |
| 42 * The standard _get_type macro for #PidginCredentialPrefs. |
42 * The standard _get_type macro for #PidginCredentialPrefs. |
| 43 * |
43 * |
| 44 * Since: 3.0.0 |
44 * Since: 3.0 |
| 45 */ |
45 */ |
| 46 #define PIDGIN_TYPE_CREDENTIAL_PREFS (pidgin_credential_prefs_get_type()) |
46 #define PIDGIN_TYPE_CREDENTIAL_PREFS (pidgin_credential_prefs_get_type()) |
| 47 |
47 |
| 48 PIDGIN_AVAILABLE_IN_3_0 |
48 PIDGIN_AVAILABLE_IN_3_0 |
| 49 G_DECLARE_FINAL_TYPE(PidginCredentialPrefs, pidgin_credential_prefs, |
49 G_DECLARE_FINAL_TYPE(PidginCredentialPrefs, pidgin_credential_prefs, |
| 53 * PidginCredentialPrefs: |
53 * PidginCredentialPrefs: |
| 54 * |
54 * |
| 55 * #PidginCredentialPrefs is a widget for the preferences window to let users |
55 * #PidginCredentialPrefs is a widget for the preferences window to let users |
| 56 * choose and configure their credential provider. |
56 * choose and configure their credential provider. |
| 57 * |
57 * |
| 58 * Since: 3.0.0 |
58 * Since: 3.0 |
| 59 */ |
59 */ |
| 60 |
60 |
| 61 /** |
61 /** |
| 62 * pidgin_credential_prefs_new: |
62 * pidgin_credential_prefs_new: |
| 63 * |
63 * |
| 64 * Creates a new #PidginCredentialPrefs instance. |
64 * Creates a new #PidginCredentialPrefs instance. |
| 65 * |
65 * |
| 66 * Returns: (transfer full): The new #PidginCredentialPrefs instance. |
66 * Returns: (transfer full): The new #PidginCredentialPrefs instance. |
| 67 * |
67 * |
| 68 * Since: 3.0.0 |
68 * Since: 3.0 |
| 69 */ |
69 */ |
| 70 PIDGIN_AVAILABLE_IN_3_0 |
70 PIDGIN_AVAILABLE_IN_3_0 |
| 71 GtkWidget *pidgin_credential_prefs_new(void); |
71 GtkWidget *pidgin_credential_prefs_new(void); |
| 72 |
72 |
| 73 G_END_DECLS |
73 G_END_DECLS |