summaryrefslogtreecommitdiff
path: root/gio/src/unixsocketaddress.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/unixsocketaddress.hg')
-rw-r--r--gio/src/unixsocketaddress.hg4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/src/unixsocketaddress.hg b/gio/src/unixsocketaddress.hg
index 0f009a7e..5fe8010d 100644
--- a/gio/src/unixsocketaddress.hg
+++ b/gio/src/unixsocketaddress.hg
@@ -1,5 +1,3 @@
-// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-
/* Copyright (C) 2010 The giomm Development Team
*
* This library is free software; you can redistribute it and/or
@@ -82,7 +80,7 @@ public:
_WRAP_METHOD(static bool abstract_names_supported(), g_unix_socket_address_abstract_names_supported)
- _WRAP_PROPERTY("abstract", bool)
+ _WRAP_PROPERTY("abstract", bool, deprecated "Use property_address_type() instead, which distinguishes between zero-padded and non-zero-padded abstract addresses.")
_WRAP_PROPERTY("address-type", UnixSocketAddressType)
_WRAP_PROPERTY("path", std::string)
_WRAP_PROPERTY("path-as-array", Glib::RefPtr<ByteArray>)