libpurple/purpleprotocolim.h

changeset 40525
96fc115d6c36
parent 40507
77d7bc9e5151
child 40539
2941deda6d8d
equal deleted inserted replaced
40524:a3b1cde8d2d8 40525:96fc115d6c36
25 25
26 #ifndef PURPLE_PROTOCOL_IM_H 26 #ifndef PURPLE_PROTOCOL_IM_H
27 #define PURPLE_PROTOCOL_IM_H 27 #define PURPLE_PROTOCOL_IM_H
28 28
29 /** 29 /**
30 * SECTION:protocolim 30 * SECTION:purpleprotocolim
31 * @section_id: libpurple-protocolim 31 * @section_id: libpurple-purpleprotocolim
32 * @short_description: Protocol Instant Message Interface 32 * @short_description: Protocol Instant Message Interface
33 * @title: ProtocolIM Interface 33 * @title: ProtocolIM Interface
34 */ 34 */
35 35
36 #include <glib.h> 36 #include <glib.h>
45 45
46 /** 46 /**
47 * PURPLE_TYPE_PROTOCOL_IM: 47 * PURPLE_TYPE_PROTOCOL_IM:
48 * 48 *
49 * The standard _get_type method for #PurpleProtocolIM. 49 * The standard _get_type method for #PurpleProtocolIM.
50 *
51 * Since: 3.0.0
50 */ 52 */
51 53
52 /** 54 /**
53 * PurpleProtocolIMInterface: 55 * PurpleProtocolIMInterface:
54 * @send: This protocol function should return a positive value on 56 * @send: This protocol function should return a positive value on

mercurial