summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-client-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/simple-client-factory.h')
-rw-r--r--telepathy-glib/simple-client-factory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/telepathy-glib/simple-client-factory.h b/telepathy-glib/simple-client-factory.h
index 3b9a8d0b5..375fb05b8 100644
--- a/telepathy-glib/simple-client-factory.h
+++ b/telepathy-glib/simple-client-factory.h
@@ -162,11 +162,10 @@ GArray *tp_simple_client_factory_dup_contact_features (
TpSimpleClientFactory *self,
TpConnection *connection);
void tp_simple_client_factory_add_contact_features (TpSimpleClientFactory *self,
- guint n_features,
- const TpContactFeature *features);
+ const GQuark *features);
void tp_simple_client_factory_add_contact_features_varargs (
TpSimpleClientFactory *self,
- TpContactFeature feature,
+ GQuark feature,
...);
G_END_DECLS