diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-02-05 05:07:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-05 05:07:04 +0800 |
commit | c82a53228231370c30aa8d7791e40db93eb4b931 (patch) | |
tree | 076b835809d2c8531cefb79ccbe56f51280644ab /libempathy/empathy-call-handler.h | |
parent | 057c97bbffaf8c0bfb9813b51324cc925cc5656a (diff) | |
download | gsoc2013-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-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index 1986b8b87..4bea0037c 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -39,6 +39,7 @@ struct _EmpathyCallHandlerClass { struct _EmpathyCallHandler { GObject parent; + gpointer priv; }; GType empathy_call_handler_get_type (void); |