mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Some more documentation fixes
This commit is contained in:
parent
49eeaa9bbd
commit
796389d6c8
@ -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()
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user