~ubuntu-branches/ubuntu/saucy/empathy/saucy-updates

« back to all changes in this revision

Viewing changes to ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-groupwise.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-05-31 10:44:31 UTC
  • mfrom: (1.1.111) (6.6.55 experimental)
  • Revision ID: package-import@ubuntu.com-20130531104431-w0ec8ntcojx76y61
Tags: 3.8.3-0ubuntu1
* Merge with Debian, remaining changes:
  - debian/patches/00_linker-fixes.patch
  - debian/patches/10_use_notify_osd_icons.patch
  - debian/patches/23_idomessagedialog_for_voip_and_ft.patch
  - debian/patches/34_start_raised_execpt_in_session.patch
  - debian/patches/38_default_to_facebook_for_im.patch
  - debian/patches/39_default_to_freenode_for_irc.patch
  - debian/patches/41_unity_launcher_progress.patch
  - debian/patches/42_shell_running.patch
  - debian/patches/43_quicklists.patch
  - debian/patches/47_git_activate_with_platform_data.patch: Patches kept,
    see newly completed patch headers for descriptions.
  - debian/*: Turn on UOA and split out account plugins into
    account-plugins-* packages.
  - Remove Universe Build-Deps for geocode and cheese and disable these
    features.
  - debian/indicators/empathy: Install indicator integration point.
* New upstream release 3.8.3
* debian/patches/include-empathy-keyring.h: Add, fix implicit declaration of
  empathy_keyring_set_account_password_finish and co by including the right
  header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* # Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
2
 
 * Do NOT edit manually */
3
 
 
4
 
/*
5
 
 * empathy-accounts-plugin-groupwise.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-groupwise.h"
27
 
 
28
 
G_DEFINE_TYPE (EmpathyAccountsPluginGroupwise, empathy_accounts_plugin_groupwise,\
29
 
        EMPATHY_TYPE_ACCOUNTS_PLUGIN)
30
 
 
31
 
static void
32
 
empathy_accounts_plugin_groupwise_class_init (
33
 
    EmpathyAccountsPluginGroupwiseClass *klass)
34
 
{
35
 
}
36
 
 
37
 
static void
38
 
empathy_accounts_plugin_groupwise_init (EmpathyAccountsPluginGroupwise *self)
39
 
{
40
 
}
41
 
 
42
 
GType
43
 
ap_module_get_object_type (void)
44
 
{
45
 
  return EMPATHY_TYPE_ACCOUNTS_PLUGIN_GROUPWISE;
46
 
}
 
 
b'\\ No newline at end of file'