[glibmm] Gio::UnixSocketAddress: ByteArray is in namespace Glib, not in Gio
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Gio::UnixSocketAddress: ByteArray is in namespace Glib, not in Gio
- Date: Mon, 28 Jan 2019 15:57:37 +0000 (UTC)
commit d7109095e88073daf7f05393fd0cbc323f651b7c
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Mon Jan 28 16:55:39 2019 +0100
Gio::UnixSocketAddress: ByteArray is in namespace Glib, not in Gio
gio/src/unixsocketaddress.hg | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gio/src/unixsocketaddress.hg b/gio/src/unixsocketaddress.hg
index 8be2922b..cfbeac6e 100644
--- a/gio/src/unixsocketaddress.hg
+++ b/gio/src/unixsocketaddress.hg
@@ -21,11 +21,13 @@ _CONFIGINCLUDE(giommconfig.h)
_DEFS(giomm,gio)
_PINCLUDE(giomm/private/socketaddress_p.h)
-namespace Gio
+namespace Glib
{
-
class ByteArray;
+}
+namespace Gio
+{
/** UnixSocketAddress - UNIX SocketAddress.
* Support for UNIX-domain (also known as local) sockets.
*
@@ -84,7 +86,7 @@ public:
_IGNORE_PROPERTY("abstract")
_WRAP_PROPERTY("address-type", Type)
_WRAP_PROPERTY("path", std::string)
- _WRAP_PROPERTY("path-as-array", Glib::RefPtr<ByteArray>)
+ _WRAP_PROPERTY("path-as-array", Glib::RefPtr<Glib::ByteArray>)
};
} // namespace Gio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]