summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-12-11 14:32:29 +0100
committerJens Georg <mail@jensge.org>2018-12-11 14:34:28 +0100
commit96f3a529c1a2c3ff4f4dfba2f232cff50d178901 (patch)
tree54a575d6918ff0b2d1aa084c59807323ca014b03
parentff05860a8abdccafa0d8636d7adf7be71e326a7a (diff)
downloadgssdp-96f3a529c1a2c3ff4f4dfba2f232cff50d178901.tar.gz
client: Proper type for message-received signal
Switch from generic gpointer to SoupMessageHeaders
-rw-r--r--libgssdp/gssdp-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgssdp/gssdp-client.c b/libgssdp/gssdp-client.c
index 87f6abd..06f26da 100644
--- a/libgssdp/gssdp-client.c
+++ b/libgssdp/gssdp-client.c
@@ -655,7 +655,7 @@ gssdp_client_class_init (GSSDPClientClass *klass)
G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
G_TYPE_UINT,
G_TYPE_INT,
- G_TYPE_POINTER);
+ soup_message_headers_get_type());
}
/**