[glib] Some more documentation fixes



commit 796389d6c8ce1fb4645db8c13f04aeb7f13d9225
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 30 16:23:01 2012 -0500

    Some more documentation fixes

 gio/gactiongroup.c |    2 +-
 gio/gsocket.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c
index 97bc744..0112565 100644
--- a/gio/gactiongroup.c
+++ b/gio/gactiongroup.c
@@ -86,7 +86,7 @@
  * @get_action_state_hint: the virtual function pointer for g_action_group_get_action_state_hint()
  * @get_action_enabled: the virtual function pointer for g_action_group_get_action_enabled()
  * @get_action_state: the virtual function pointer for g_action_group_get_action_state()
- * @set_action_state: the virtual function pointer for g_action_group_set_action_state()
+ * @change_action_state: the virtual function pointer for g_action_group_change_action_state()
  * @query_action: the virtual function pointer for g_action_group_query_action()
  * @activate_action: the virtual function pointer for g_action_group_activate_action()
  * @change_action_state: the virtual function pointer for g_action_group_change_action_state()
diff --git a/gio/gsocket.c b/gio/gsocket.c
index 41bd490..f9eee4f 100644
--- a/gio/gsocket.c
+++ b/gio/gsocket.c
@@ -1387,7 +1387,7 @@ g_socket_get_broadcast (GSocket *socket)
 /**
  * g_socket_set_broadcast:
  * @socket: a #GSocket.
- * @loopback: whether @socket should allow sending to and receiving
+ * @broadcast: whether @socket should allow sending to and receiving
  *     from broadcast addresses
  *
  * Sets whether @socket should allow sending to and receiving from



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