| 32 #include <purple.h> |
32 #include <purple.h> |
| 33 |
33 |
| 34 #include "pidginversion.h" |
34 #include "pidginversion.h" |
| 35 |
35 |
| 36 G_BEGIN_DECLS |
36 G_BEGIN_DECLS |
| |
37 |
| |
38 /** |
| |
39 * PidginAccountDisplay: |
| |
40 * |
| |
41 * A widget that is used to display a [class@Purple.Account]. |
| |
42 * |
| |
43 * Since: 3.0 |
| |
44 */ |
| 37 |
45 |
| 38 #define PIDGIN_TYPE_ACCOUNT_DISPLAY (pidgin_account_display_get_type()) |
46 #define PIDGIN_TYPE_ACCOUNT_DISPLAY (pidgin_account_display_get_type()) |
| 39 |
47 |
| 40 PIDGIN_AVAILABLE_IN_3_0 |
48 PIDGIN_AVAILABLE_IN_3_0 |
| 41 G_DECLARE_FINAL_TYPE(PidginAccountDisplay, pidgin_account_display, PIDGIN, |
49 G_DECLARE_FINAL_TYPE(PidginAccountDisplay, pidgin_account_display, PIDGIN, |