| 22 #ifndef _ZEPHYR_H_ |
22 #ifndef _ZEPHYR_H_ |
| 23 #define _ZEPHYR_H_ |
23 #define _ZEPHYR_H_ |
| 24 |
24 |
| 25 #include "protocol.h" |
25 #include "protocol.h" |
| 26 |
26 |
| 27 #define ZEPHYR_ID "prpl-zephyr" |
27 #define ZEPHYR_ID "zephyr" |
| 28 #define ZEPHYR_NAME "Zephyr" |
28 #define ZEPHYR_NAME "Zephyr" |
| 29 |
29 |
| 30 #define ZEPHYR_TYPE_PROTOCOL (zephyr_protocol_get_type()) |
30 #define ZEPHYR_TYPE_PROTOCOL (zephyr_protocol_get_type()) |
| 31 #define ZEPHYR_PROTOCOL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ZEPHYR_TYPE_PROTOCOL, ZephyrProtocol)) |
31 #define ZEPHYR_PROTOCOL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ZEPHYR_TYPE_PROTOCOL, ZephyrProtocol)) |
| 32 #define ZEPHYR_PROTOCOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), ZEPHYR_TYPE_PROTOCOL, ZephyrProtocolClass)) |
32 #define ZEPHYR_PROTOCOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), ZEPHYR_TYPE_PROTOCOL, ZephyrProtocolClass)) |