libpurple/protocols.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 35487
494f09f7f331
parent 37090
c45c70779582
child 37097
aef5930bd889
equal deleted inserted replaced
37093:dae3c140ebaa 37094:84873ce721dc
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21
22 #ifndef _PURPLE_PROTOCOLS_H_
23 #define _PURPLE_PROTOCOLS_H_
21 /** 24 /**
22 * SECTION:protocols 25 * SECTION:protocols
23 * @section_id: libpurple-protocols 26 * @section_id: libpurple-protocols
24 * @short_description: <filename>protocols.h</filename> 27 * @short_description: <filename>protocols.h</filename>
25 * @title: Protocols Subsystem API 28 * @title: Protocols Subsystem API
26 * @see_also: <link linkend="chapter-signals-protocol">Protocol signals</link> 29 * @see_also: <link linkend="chapter-signals-protocol">Protocol signals</link>
27 */ 30 */
28
29 #ifndef _PURPLE_PROTOCOLS_H_
30 #define _PURPLE_PROTOCOLS_H_
31 31
32 #define PURPLE_PROTOCOLS_DOMAIN (g_quark_from_static_string("protocols")) 32 #define PURPLE_PROTOCOLS_DOMAIN (g_quark_from_static_string("protocols"))
33 33
34 #define PURPLE_TYPE_PROTOCOL_ACTION (purple_protocol_action_get_type()) 34 #define PURPLE_TYPE_PROTOCOL_ACTION (purple_protocol_action_get_type())
35 35

mercurial