From 5323542bd99fb059f242fb18dce9567678573c59 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Thu, 18 May 2017 12:39:43 +0200 Subject: Gio::UnixSocketAddress::create(): Remove a default value Remove the default value of the 'type' parameter. As there is another create() with one parameter, the default value makes a call to create("pathname") ambiguous. Bug 782592 --- gio/src/unixsocketaddress.hg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/src/unixsocketaddress.hg b/gio/src/unixsocketaddress.hg index e3e41704..e005d48b 100644 --- a/gio/src/unixsocketaddress.hg +++ b/gio/src/unixsocketaddress.hg @@ -70,8 +70,7 @@ public: _WRAP_METHOD_DOCS_ONLY(g_unix_socket_address_new_with_type) static Glib::RefPtr create(const std::string& path, - UnixSocketAddressType type = Gio::UNIX_SOCKET_ADDRESS_ABSTRACT, - int path_len = -1); + UnixSocketAddressType type, int path_len = -1); // Deprecated. _IGNORE(g_unix_socket_address_get_is_abstract) -- cgit v1.2.1