Fix g_unix_socket_address_abstract_names_supported docs
authorAlexander Larsson <alexl@redhat.com>
Tue, 19 May 2009 09:53:42 +0000 (11:53 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 19 May 2009 09:53:42 +0000 (11:53 +0200)
The previous description was a cut-n-paste from another function.

gio/gunixsocketaddress.c

index d1a2e03..e086916 100644 (file)
@@ -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
  */