| 29 |
29 |
| 30 #include <glib.h> |
30 #include <glib.h> |
| 31 #include <glib-object.h> |
31 #include <glib-object.h> |
| 32 |
32 |
| 33 /** |
33 /** |
| 34 * SECTION:protocol |
34 * PURPLE_TYPE_PROTOCOL: |
| 35 * @section_id: libpurple-protocol |
35 * |
| 36 * @short_description: <filename>protocol.h</filename> |
36 * The standard _TYPE_ macro for #PurpleProtocol. |
| 37 * @title: Protocol Object and Interfaces |
37 * |
| |
38 * Since: 3.0.0 |
| |
39 */ |
| |
40 #define PURPLE_TYPE_PROTOCOL (purple_protocol_get_type()) |
| |
41 |
| |
42 /** |
| |
43 * PurpleProtocol: |
| 38 * |
44 * |
| 39 * #PurpleProtocol is the base type for all protocols in libpurple. |
45 * #PurpleProtocol is the base type for all protocols in libpurple. |
| 40 */ |
46 */ |
| 41 |
|
| 42 /** |
|
| 43 * PURPLE_TYPE_PROTOCOL: |
|
| 44 * |
|
| 45 * The standard _TYPE_ macro for #PurpleProtocol. |
|
| 46 * |
|
| 47 * Since: 3.0.0 |
|
| 48 */ |
|
| 49 #define PURPLE_TYPE_PROTOCOL (purple_protocol_get_type()) |
|
| 50 |
47 |
| 51 /** |
48 /** |
| 52 * purple_protocol_get_type: |
49 * purple_protocol_get_type: |
| 53 * |
50 * |
| 54 * Gets the #GType for #PurpleProtocol. |
51 * Gets the #GType for #PurpleProtocol. |