aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-02-05 05:07:04 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-05 05:07:04 +0800
commitc82a53228231370c30aa8d7791e40db93eb4b931 (patch)
tree076b835809d2c8531cefb79ccbe56f51280644ab /libempathy/empathy-call-factory.h
parent057c97bbffaf8c0bfb9813b51324cc925cc5656a (diff)
downloadgsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.tar
gsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.tar.gz
gsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.tar.bz2
gsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.tar.lz
gsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.tar.xz
gsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.tar.zst
gsoc2013-empathy-c82a53228231370c30aa8d7791e40db93eb4b931.zip
Cleanup for GObject related functions in EmpathyCallFactory and EmpathyCallHandler.
From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> svn path=/trunk/; revision=2426
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r--libempathy/empathy-call-factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 181a51496..13b16b692 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -37,6 +37,7 @@ struct _EmpathyCallFactoryClass {
struct _EmpathyCallFactory {
GObject parent;
+ gpointer priv;
};
GType empathy_call_factory_get_type (void);