[folks] tests: Re-fix compiler warnings in textchan-null.c
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tests: Re-fix compiler warnings in textchan-null.c
- Date: Thu, 3 May 2012 22:17:42 +0000 (UTC)
commit cc0464559669c9c6a092ee1a72c6189a9de27b2c
Author: Philip Withnall <philip tecnocode co uk>
Date: Thu May 3 23:16:53 2012 +0100
tests: Re-fix compiler warnings in textchan-null.c
Still need to get them upstreamed to telepathy-glib.
tests/lib/telepathy/contactlist/textchan-null.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/textchan-null.c b/tests/lib/telepathy/contactlist/textchan-null.c
index 64b156f..72f9015 100644
--- a/tests/lib/telepathy/contactlist/textchan-null.c
+++ b/tests/lib/telepathy/contactlist/textchan-null.c
@@ -347,14 +347,14 @@ tp_tests_props_text_channel_class_init (TpTestsPropsTextChannelClass *klass)
{
GObjectClass *object_class = (GObjectClass *) klass;
static TpDBusPropertiesMixinPropImpl channel_props[] = {
- { "TargetHandleType", "handle-type", NULL },
- { "TargetHandle", "handle", NULL },
- { "ChannelType", "channel-type", NULL },
- { "Interfaces", "interfaces", NULL },
- { "TargetID", "target-id", NULL },
- { "Requested", "requested", NULL },
- { "InitiatorHandle", "initiator-handle", NULL },
- { "InitiatorID", "initiator-id", NULL },
+ { "TargetHandleType", (gpointer) "handle-type", NULL },
+ { "TargetHandle", (gpointer) "handle", NULL },
+ { "ChannelType", (gpointer) "channel-type", NULL },
+ { "Interfaces", (gpointer) "interfaces", NULL },
+ { "TargetID", (gpointer) "target-id", NULL },
+ { "Requested", (gpointer) "requested", NULL },
+ { "InitiatorHandle", (gpointer) "initiator-handle", NULL },
+ { "InitiatorID", (gpointer) "initiator-id", NULL },
{ NULL }
};
static TpDBusPropertiesMixinIfaceImpl prop_interfaces[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]