Some more documentation fixes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jan 2012 21:23:01 +0000 (16:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jan 2012 21:23:01 +0000 (16:23 -0500)
gio/gactiongroup.c
gio/gsocket.c

index 97bc744..0112565 100644 (file)
@@ -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()
index 41bd490..f9eee4f 100644 (file)
@@ -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