summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 14:24:53 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 14:24:53 +0000
commite586f395c90a03f3169c51bccc1af0f3c2047e45 (patch)
treedd00b132dc49029e10b70b0bfc5a949befb68468 /telepathy-glib/proxy-internal.h
parent03287ceb730964bc7a035c5b0546a7c758fc9675 (diff)
downloadtelepathy-glib-e586f395c90a03f3169c51bccc1af0f3c2047e45.tar.gz
TpProxy, TpChannel, TpConnection, TpConnectionManager: add D-Bus signatures when interfaces are added
20071119142453-53eee-970a302386b6bbe4795d5bc26090abb2438f4310.gz
Diffstat (limited to 'telepathy-glib/proxy-internal.h')
-rw-r--r--telepathy-glib/proxy-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/proxy-internal.h b/telepathy-glib/proxy-internal.h
index d89138403..0c49904ac 100644
--- a/telepathy-glib/proxy-internal.h
+++ b/telepathy-glib/proxy-internal.h
@@ -30,6 +30,7 @@ struct _TpProxyClass {
/*<protected>*/
GQuark interface;
+ GSList *on_interface_added;
gboolean must_have_unique_name:1;
};