diff options
author | Leon Handreke <leonh@ndreke.de> | 2014-04-11 16:56:19 +0200 |
---|---|---|
committer | David Edmundson <kde@davidedmundson.co.uk> | 2014-04-11 23:56:36 +0200 |
commit | e092df89362aedc498b9b00393ad52294ec2310a (patch) | |
tree | 95c636dc15cd39777278ca181c9d0f087e647c64 | |
parent | d3b856bda68a272a7f2e9dbce77fec8d378dcd8a (diff) |
TpEntityType -> TpHandleType in glib tests
-rw-r--r-- | tests/lib/glib/contactlist/contact-list-manager.c | 4 | ||||
-rw-r--r-- | tests/lib/glib/contactlist/contact-list.c | 2 | ||||
-rw-r--r-- | tests/lib/glib/textchan-null.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib/glib/contactlist/contact-list-manager.c b/tests/lib/glib/contactlist/contact-list-manager.c index 7aed7aec..465eadbe 100644 --- a/tests/lib/glib/contactlist/contact-list-manager.c +++ b/tests/lib/glib/contactlist/contact-list-manager.c @@ -781,7 +781,7 @@ group_closed_cb (ExampleContactGroup *chan, static ExampleContactListBase * new_channel (ExampleContactListManager *self, - TpEntityType handle_type, + TpHandleType handle_type, TpHandle handle, gpointer request_token) { @@ -930,7 +930,7 @@ example_contact_list_manager_request (ExampleContactListManager *self, GHashTable *request_properties, gboolean require_new) { - TpEntityType handle_type; + TpHandleType handle_type; TpHandle handle; ExampleContactListBase *chan; GError *error = NULL; diff --git a/tests/lib/glib/contactlist/contact-list.c b/tests/lib/glib/contactlist/contact-list.c index 58320342..530c5720 100644 --- a/tests/lib/glib/contactlist/contact-list.c +++ b/tests/lib/glib/contactlist/contact-list.c @@ -72,7 +72,7 @@ struct _ExampleContactListBasePrivate TpBaseConnection *conn; ExampleContactListManager *manager; gchar *object_path; - TpEntityType handle_type; + TpHandleType handle_type; TpHandle handle; /* These are really booleans, but gboolean is signed. Thanks, GLib */ diff --git a/tests/lib/glib/textchan-null.c b/tests/lib/glib/textchan-null.c index 3e307fd0..d49d1367 100644 --- a/tests/lib/glib/textchan-null.c +++ b/tests/lib/glib/textchan-null.c @@ -546,7 +546,7 @@ GHashTable * tp_tests_text_channel_get_props (TpTestsTextChannelNull *self) { GHashTable *props; - TpEntityType handle_type; + TpHandleType handle_type; TpHandle handle; gchar *target_id; gboolean requested; |