pidgin/prefs/pidgincredentialproviderrow.h

changeset 41197
1fbba07f21cf
parent 40886
198bf5bc58ce
child 41520
a5dd595361b4
equal deleted inserted replaced
41196:bdb3a738acea 41197:1fbba07f21cf
25 #endif 25 #endif
26 26
27 #ifndef PIDGIN_CREDENTIAL_PROVIDER_ROW_H 27 #ifndef PIDGIN_CREDENTIAL_PROVIDER_ROW_H
28 #define PIDGIN_CREDENTIAL_PROVIDER_ROW_H 28 #define PIDGIN_CREDENTIAL_PROVIDER_ROW_H
29 29
30 /**
31 * SECTION:pidgincredentialproviderrow
32 * @section_id: pidgin-pidgincredentialproviderrow
33 * @short_description: The preferences widget for a credential provider.
34 * @title: Credential provider widget
35 *
36 * #PidginCredentialProviderRow is a widget for the preferences window to let
37 * users configure their credential provider.
38 */
39
40 #include <glib.h> 30 #include <glib.h>
41 31
42 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
43 33
44 #include <handy.h> 34 #include <handy.h>
58 PIDGIN, CREDENTIAL_PROVIDER_ROW, HdyActionRow) 48 PIDGIN, CREDENTIAL_PROVIDER_ROW, HdyActionRow)
59 49
60 /** 50 /**
61 * PidginCredentialProviderRow: 51 * PidginCredentialProviderRow:
62 * 52 *
63 * A widget that displays a credential provider. 53 * #PidginCredentialProviderRow is a widget for the preferences window to let
54 * users configure their credential provider.
64 * 55 *
65 * Since: 3.0.0 56 * Since: 3.0.0
66 */ 57 */
67 58
68 /** 59 /**

mercurial