]> git.0d.be Git - empathy.git/blob - ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-icq.c
0f6aa3874468e86a272ed25eebec44d1f3846b24
[empathy.git] / ubuntu-online-accounts / cc-plugins / account-plugins / empathy-accounts-plugin-icq.c
1 /* # Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
2  * Do NOT edit manually */
3
4 /*
5  * empathy-accounts-plugin-icq.c
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 #include "config.h"
25
26 #include "empathy-accounts-plugin-icq.h"
27
28 G_DEFINE_TYPE (EmpathyAccountsPluginIcq, empathy_accounts_plugin_icq,\
29         EMPATHY_TYPE_ACCOUNTS_PLUGIN)
30
31 static void
32 empathy_accounts_plugin_icq_class_init (
33     EmpathyAccountsPluginIcqClass *klass)
34 {
35 }
36
37 static void
38 empathy_accounts_plugin_icq_init (EmpathyAccountsPluginIcq *self)
39 {
40 }
41
42 GType
43 ap_module_get_object_type (void)
44 {
45   return EMPATHY_TYPE_ACCOUNTS_PLUGIN_ICQ;
46 }