docs: fix function name link

This commit is contained in:
William Jon McCann 2014-01-21 16:57:11 -05:00
parent 517198d7de
commit 950df32ee3

View File

@ -1149,7 +1149,7 @@ gtk_action_get_name (GtkAction *action)
*
* 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
**/
gboolean
@ -1176,7 +1176,7 @@ gtk_action_is_sensitive (GtkAction *action)
*
* 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
**/
gboolean