diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-01 20:32:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-01 20:32:14 +0000 |
commit | b7a5f14c62c80ba8183c1224f8f532e1933018c4 (patch) | |
tree | 15b2a3f29a32565e054a9b8e82d486e3f2eb7643 /net/gssdp/files/patch-libgssdp-gssdp-client.h | |
parent | Update to 18.12 (diff) |
Update to 1.1.1
Changes: https://gitlab.gnome.org/GNOME/gssdp/blob/master/NEWS
Diffstat (limited to 'net/gssdp/files/patch-libgssdp-gssdp-client.h')
-rw-r--r-- | net/gssdp/files/patch-libgssdp-gssdp-client.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gssdp/files/patch-libgssdp-gssdp-client.h b/net/gssdp/files/patch-libgssdp-gssdp-client.h index e372e790c43c..2d02e0443a2a 100644 --- a/net/gssdp/files/patch-libgssdp-gssdp-client.h +++ b/net/gssdp/files/patch-libgssdp-gssdp-client.h @@ -1,4 +1,4 @@ ---- libgssdp/gssdp-client.h.orig 2018-11-30 23:11:39 UTC +--- libgssdp/gssdp-client.h.orig 2018-12-10 21:21:06 UTC +++ libgssdp/gssdp-client.h @@ -31,9 +31,6 @@ G_BEGIN_DECLS @@ -7,6 +7,6 @@ -typedef struct _GSSDPClient GSSDPClient; -typedef struct _GSSDPClientClass GSSDPClientClass; - - struct _GSSDPClientClass { - GObjectClass parent_class; - + /** + * GSSDPUDAVersion: + * @GSSDP_UDA_VERSION_UNSPECIFIED: When creating a client, use the default version |