Some more documentation fixes

This commit is contained in:
Matthias Clasen 2012-01-30 16:23:01 -05:00
parent 49eeaa9bbd
commit 796389d6c8
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
* @get_action_state_hint: the virtual function pointer for g_action_group_get_action_state_hint() * @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_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() * @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() * @query_action: the virtual function pointer for g_action_group_query_action()
* @activate_action: the virtual function pointer for g_action_group_activate_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() * @change_action_state: the virtual function pointer for g_action_group_change_action_state()

View File

@ -1387,7 +1387,7 @@ g_socket_get_broadcast (GSocket *socket)
/** /**
* g_socket_set_broadcast: * g_socket_set_broadcast:
* @socket: a #GSocket. * @socket: a #GSocket.
* @loopback: whether @socket should allow sending to and receiving * @broadcast: whether @socket should allow sending to and receiving
* from broadcast addresses * from broadcast addresses
* *
* Sets whether @socket should allow sending to and receiving from * Sets whether @socket should allow sending to and receiving from