summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-13 12:48:38 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 12:30:39 +0200
commit164d6962c5906afb67716e0c1874bbb2cab949c4 (patch)
tree88edeb2fbc1407f133196fc92c9356dccbc87027 /telepathy-glib/proxy-internal.h
parentbd04c89e24d573974c8f05c05f3a9c6cb6805725 (diff)
downloadtelepathy-glib-164d6962c5906afb67716e0c1874bbb2cab949c4.tar.gz
TpProxyFeature: add interfaces_needed
Diffstat (limited to 'telepathy-glib/proxy-internal.h')
-rw-r--r--telepathy-glib/proxy-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/proxy-internal.h b/telepathy-glib/proxy-internal.h
index 2007c2714..31ebc640e 100644
--- a/telepathy-glib/proxy-internal.h
+++ b/telepathy-glib/proxy-internal.h
@@ -42,6 +42,10 @@ struct _TpProxyFeature {
TpProxyProc start_preparing;
TpProxyPrepareAsync prepare_async;
+ const GQuark *interfaces_needed;
+ /* Features we depend on */
+ const GQuark *depends_on;
+
/*<private>*/
GCallback _reserved[4];
TpProxyFeaturePrivate *priv;