=?utf-8?q?=5Bglib/wip/doc-fixes=3A_30/33=5D_docs=3A_Fix_typo_G=5FSOCKET?= =?utf-8?b?X0FERFJFU1NfVU5JWCDihpIgR19VTklYX1NPQ0tFVF9BRERSRVNT?=
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/doc-fixes: 30/33] docs: Fix typo G_SOCKET_ADDRESS_UNIX â G_UNIX_SOCKET_ADDRESS
- Date: Sun, 19 Feb 2012 17:07:43 +0000 (UTC)
commit f30d0862df2416eb71bedbf96065bf779d0dd42c
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 16:43:46 2012 +0000
docs: Fix typo G_SOCKET_ADDRESS_UNIX â G_UNIX_SOCKET_ADDRESS
gio/gunixfdlist.c | 2 +-
gio/gunixfdmessage.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c
index 9a888b2..a7ab6b2 100644
--- a/gio/gunixfdlist.c
+++ b/gio/gunixfdlist.c
@@ -23,7 +23,7 @@
* descriptors that it contains, closing them when finalized.
*
* It may be wrapped in a #GUnixFDMessage and sent over a #GSocket in
- * the %G_SOCKET_ADDRESS_UNIX family by using g_socket_send_message()
+ * the %G_UNIX_SOCKET_ADDRESS family by using g_socket_send_message()
* and received using g_socket_receive_message().
*
* Note that <filename><gio/gunixfdlist.h></filename> belongs to
diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c
index a9c5fe1..e4a8200 100644
--- a/gio/gunixfdmessage.c
+++ b/gio/gunixfdmessage.c
@@ -22,7 +22,7 @@
* This #GSocketControlMessage contains a #GUnixFDList.
* It may be sent using g_socket_send_message() and received using
* g_socket_receive_message() over UNIX sockets (ie: sockets in the
- * %G_SOCKET_ADDRESS_UNIX family). The file descriptors are copied
+ * %G_UNIX_SOCKET_ADDRESS family). The file descriptors are copied
* between processes by the kernel.
*
* For an easier way to send and receive file descriptors over
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]