aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-types.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:47:19 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:47:19 +0800
commit0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070 (patch)
treeeb869a9fcde213fa89dfd2e5cbaff1eb6360b816 /libempathy/empathy-types.h
parentf154530d5eb65cbe2f1af899e0b30d7b665f7575 (diff)
downloadgsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar
gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.gz
gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.bz2
gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.lz
gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.xz
gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.zst
gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.zip
Add an EmpathyContactMonitor object to monitor changes in the contact
list. svn path=/trunk/; revision=2050
Diffstat (limited to 'libempathy/empathy-types.h')
-rw-r--r--libempathy/empathy-types.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/libempathy/empathy-types.h b/libempathy/empathy-types.h
new file mode 100644
index 000000000..0ca300efa
--- /dev/null
+++ b/libempathy/empathy-types.h
@@ -0,0 +1,29 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * Copyright (C) 2008 Collabora Ltd.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
+ */
+
+#ifndef __EMPATHY_TYPES_H__
+#define __EMPATHY_TYPES_H__
+
+typedef struct _EmpathyContactList EmpathyContactList;
+
+typedef struct _EmpathyContactMonitor EmpathyContactMonitor;
+
+#endif /* __EMPATHY_TYPES_H__ */ \ No newline at end of file