pidgin/prefs/pidgincredentialspage.h

changeset 41197
1fbba07f21cf
parent 40886
198bf5bc58ce
equal deleted inserted replaced
41196:bdb3a738acea 41197:1fbba07f21cf
25 #endif 25 #endif
26 26
27 #ifndef PIDGIN_CREDENTIALS_PAGE_H 27 #ifndef PIDGIN_CREDENTIALS_PAGE_H
28 #define PIDGIN_CREDENTIALS_PAGE_H 28 #define PIDGIN_CREDENTIALS_PAGE_H
29 29
30 /**
31 * SECTION:pidgincredentialspage
32 * @section_id: pidgin-pidgincredentialspage
33 * @short_description: The preferences page for credential management.
34 * @title: Credential management widget
35 *
36 * #PidginCredentialsPage is a widget for the preferences window to let users
37 * choose and 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 #include <handy.h> 33 #include <handy.h>
44 34
56 PIDGIN, CREDENTIALS_PAGE, HdyPreferencesPage) 46 PIDGIN, CREDENTIALS_PAGE, HdyPreferencesPage)
57 47
58 /** 48 /**
59 * PidginCredentialsPage: 49 * PidginCredentialsPage:
60 * 50 *
61 * A widget that displays a page of credential settings. 51 * #PidginCredentialsPage is a widget for the preferences window to let users
52 * choose and configure their credential provider.
62 * 53 *
63 * Since: 3.0.0 54 * Since: 3.0.0
64 */ 55 */
65 56
66 /** 57 /**

mercurial