Add GNativeSocketAddress for handling "other" addresses
authorAlexander Larsson <alexl@redhat.com>
Mon, 1 Jun 2015 08:01:26 +0000 (10:01 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 3 Jun 2015 06:52:54 +0000 (08:52 +0200)
commitf8273f39a1fa5e961c30e96fa2a82d728736be09
treea0238d6d7e4564a6b42cb11b75e45ecf7bde9cb9
parentf7b13e05f9bc5bd2b54f589d16ad580f6d833173
Add GNativeSocketAddress for handling "other" addresses

Instead of just dropping address types that we're not specifically
handling we return a GNativeSocketAddress which is just a dummy
container for the stuct sockaddr.

https://bugzilla.gnome.org/show_bug.cgi?id=750203
docs/reference/gio/gio-sections.txt
gio/Makefile.am
gio/giotypes.h
gio/gnativesocketaddress.c [new file with mode: 0644]
gio/gnativesocketaddress.h [new file with mode: 0644]
gio/gsocketaddress.c