diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-05-19 11:53:42 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-19 11:53:42 +0200 |
commit | 64383fa3d92b636e8fc977743de1c8f513d08dd2 (patch) | |
tree | eb509a70a13f03dcf83c91a71fa1dbc90c4530e4 /gio/gunixsocketaddress.c | |
parent | 0ffe7221934623f60e07d3b733d170ce94d26dd5 (diff) | |
download | glib-64383fa3d92b636e8fc977743de1c8f513d08dd2.tar.gz |
Fix g_unix_socket_address_abstract_names_supported docs
The previous description was a cut-n-paste from another function.
Diffstat (limited to 'gio/gunixsocketaddress.c')
-rw-r--r-- | gio/gunixsocketaddress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gunixsocketaddress.c b/gio/gunixsocketaddress.c index d1a2e03b6..e08691686 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 */ |