forked from AuroraMiddleware/gtk
Remove remaining GtkAction deprecated documentation
This completes commit 35570ed56eb94b7a05f63daed0ca2bf2c320a8bc
This commit is contained in:
parent
858d4fb007
commit
2ec9cb9ca6
@ -181,15 +181,11 @@ gtk_action_create_icon
|
||||
gtk_action_create_menu_item
|
||||
gtk_action_create_tool_item
|
||||
gtk_action_create_menu
|
||||
gtk_action_connect_proxy
|
||||
gtk_action_disconnect_proxy
|
||||
gtk_action_get_proxies
|
||||
gtk_action_connect_accelerator
|
||||
gtk_action_disconnect_accelerator
|
||||
gtk_action_block_activate
|
||||
gtk_action_unblock_activate
|
||||
gtk_action_block_activate_from
|
||||
gtk_action_unblock_activate_from
|
||||
gtk_action_get_always_show_image
|
||||
gtk_action_set_always_show_image
|
||||
gtk_action_get_accel_path
|
||||
@ -5708,7 +5704,6 @@ gtk_widget_get_no_show_all
|
||||
gtk_widget_list_mnemonic_labels
|
||||
gtk_widget_add_mnemonic_label
|
||||
gtk_widget_remove_mnemonic_label
|
||||
gtk_widget_get_action
|
||||
gtk_widget_is_composited
|
||||
gtk_widget_error_bell
|
||||
gtk_widget_keynav_failed
|
||||
|
@ -964,7 +964,7 @@ _gtk_action_remove_from_proxy_list (GtkAction *action,
|
||||
* @action: the action object
|
||||
*
|
||||
* Returns the proxy widgets for an action.
|
||||
* See also gtk_widget_get_action().
|
||||
* See also gtk_activatable_get_related_action().
|
||||
*
|
||||
* Return value: (element-type GtkWidget) (transfer none): a #GSList of proxy widgets. The list is owned by GTK+
|
||||
* and must not be modified.
|
||||
|
Loading…
Reference in New Issue
Block a user