mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
docs: fix function name link
This commit is contained in:
parent
517198d7de
commit
950df32ee3
@ -1149,7 +1149,7 @@ gtk_action_get_name (GtkAction *action)
|
|||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*
|
*
|
||||||
* Deprecated: 3.10: Use g_simple_action_get_enabled() on a #GSimpleAction
|
* Deprecated: 3.10: Use g_action_get_enabled() on a #GAction
|
||||||
* instead
|
* instead
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
@ -1176,7 +1176,7 @@ gtk_action_is_sensitive (GtkAction *action)
|
|||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*
|
*
|
||||||
* Deprecated: 3.10: Use g_simple_action_get_enabled() on a #GSimpleAction
|
* Deprecated: 3.10: Use g_action_get_enabled() on a #GAction
|
||||||
* instead
|
* instead
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user