libpurple/protocols/zephyr/zephyr.h

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 36628
3d43ca8d69ee
child 36638
5f6dcd83e8c1
equal deleted inserted replaced
36636:2048974db21b 36637:9b0109ae118d
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))

mercurial