[glib] Fix g_unix_socket_address_abstract_names_supported docs



commit 64383fa3d92b636e8fc977743de1c8f513d08dd2
Author: Alexander Larsson <alexl redhat com>
Date:   Tue May 19 11:53:42 2009 +0200

    Fix g_unix_socket_address_abstract_names_supported docs
    
    The previous description was a cut-n-paste from another function.
---
 gio/gunixsocketaddress.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gio/gunixsocketaddress.c b/gio/gunixsocketaddress.c
index d1a2e03..e086916 100644
--- a/gio/gunixsocketaddress.c
+++ b/gio/gunixsocketaddress.c
@@ -383,9 +383,9 @@ g_unix_socket_address_get_is_abstract (GUnixSocketAddress *address)
  * g_unix_socket_address_abstract_names_supported:
  * @address: a #GInetSocketAddress
  *
- * Gets @address's path.
+ * Checks if abstract unix domain socket names are supported.
  *
- * Returns: %TRUE if the address is abstract, %FALSE otherwise
+ * Returns: %TRUE if supported, %FALSE otherwise
  *
  * Since: 2.22
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]