]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-local-xmpp.h
Generate one GType per UOA protocol plugin
[empathy.git] / ubuntu-online-accounts / cc-plugins / empathy-accounts-plugin-local-xmpp.h
1 /* # Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
2  * Do NOT edit manually */
3
4 /*
5  * empathy-accounts-plugin-local-xmpp.h
6  *
7  * Copyright (C) 2012 Collabora Ltd. <http://www.collabora.co.uk/>
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
22  */
23
24
25 #ifndef __EMPATHY_ACCOUNTS_PLUGIN_LOCAL_XMPP_H__
26 #define __EMPATHY_ACCOUNTS_PLUGIN_LOCAL_XMPP_H__
27
28 #include "empathy-accounts-plugin.h"
29
30 G_BEGIN_DECLS
31
32 typedef struct _EmpathyAccountsPluginLocalXmpp EmpathyAccountsPluginLocalXmpp;
33 typedef struct _EmpathyAccountsPluginLocalXmppClass EmpathyAccountsPluginLocalXmppClass;
34
35 struct _EmpathyAccountsPluginLocalXmppClass
36 {
37   /*<private>*/
38   EmpathyAccountsPluginClass parent_class;
39 };
40
41 struct _EmpathyAccountsPluginLocalXmpp
42 {
43   /*<private>*/
44   EmpathyAccountsPlugin parent;
45 };
46
47 GType empathy_accounts_plugin_local_xmpp_get_type (void);
48
49 /* TYPE MACROS */
50 #define EMPATHY_TYPE_ACCOUNTS_PLUGIN_LOCAL_XMPP \
51   (empathy_accounts_plugin_local_xmpp_get_type ())
52 #define EMPATHY_ACCOUNTS_PLUGIN_LOCAL_XMPP(obj) \
53   (G_TYPE_CHECK_INSTANCE_CAST((obj), \
54     EMPATHY_TYPE_ACCOUNTS_PLUGIN_LOCAL_XMPP, \
55     EmpathyAccountsPluginLocalXmpp))
56 #define EMPATHY_ACCOUNTS_PLUGIN_LOCAL_XMPP_CLASS(klass) \
57   (G_TYPE_CHECK_CLASS_CAST((klass), \
58     EMPATHY_TYPE_ACCOUNTS_PLUGIN_LOCAL_XMPP, \
59     EmpathyAccountsPluginLocalXmppClass))
60 #define EMPATHY_IS_ACCOUNTS_PLUGIN_LOCAL_XMPP(obj) \
61   (G_TYPE_CHECK_INSTANCE_TYPE((obj), \
62     EMPATHY_TYPE_ACCOUNTS_PLUGIN_LOCAL_XMPP))
63 #define EMPATHY_IS_ACCOUNTS_PLUGIN_LOCAL_XMPP_CLASS(klass) \
64   (G_TYPE_CHECK_CLASS_TYPE((klass), \
65     EMPATHY_TYPE_ACCOUNTS_PLUGIN_LOCAL_XMPP))
66 #define EMPATHY_ACCOUNTS_PLUGIN_LOCAL_XMPP_GET_CLASS(obj) \
67   (G_TYPE_INSTANCE_GET_CLASS ((obj), \
68     EMPATHY_TYPE_ACCOUNTS_PLUGIN_LOCAL_XMPP, \
69     EmpathyAccountsPluginLocalXmppClass))
70
71 GType ap_module_get_object_type (void);
72
73 G_END_DECLS
74
75 #endif /* #ifndef __EMPATHY_ACCOUNTS_PLUGIN_LOCAL_XMPP_H__*/