[gssdp] client: Proper type for message-received signal
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gssdp] client: Proper type for message-received signal
- Date: Tue, 11 Dec 2018 13:34:44 +0000 (UTC)
commit 96f3a529c1a2c3ff4f4dfba2f232cff50d178901
Author: Jens Georg <mail jensge org>
Date: Tue Dec 11 14:32:29 2018 +0100
client: Proper type for message-received signal
Switch from generic gpointer to SoupMessageHeaders
libgssdp/gssdp-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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());
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]