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