mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
docs: fix property links
This commit is contained in:
parent
950df32ee3
commit
5db8aac181
@ -230,7 +230,7 @@ gtk_action_class_init (GtkActionClass *klass)
|
|||||||
*
|
*
|
||||||
* A unique name for the action.
|
* A unique name for the action.
|
||||||
*
|
*
|
||||||
* Deprecated: 3.10: Use #GAction::name instead
|
* Deprecated: 3.10: Use #GAction:name instead
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_NAME,
|
PROP_NAME,
|
||||||
@ -452,7 +452,7 @@ gtk_action_class_init (GtkActionClass *klass)
|
|||||||
*
|
*
|
||||||
* Whether the action is enabled.
|
* Whether the action is enabled.
|
||||||
*
|
*
|
||||||
* Deprecated: 3.10: Use #GAction::enabled and #GSimpleAction::enabled
|
* Deprecated: 3.10: Use #GAction:enabled and #GSimpleAction:enabled
|
||||||
* instead
|
* instead
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
@ -1192,7 +1192,7 @@ gtk_action_get_sensitive (GtkAction *action)
|
|||||||
* @action: the action object
|
* @action: the action object
|
||||||
* @sensitive: %TRUE to make the action sensitive
|
* @sensitive: %TRUE to make the action sensitive
|
||||||
*
|
*
|
||||||
* Sets the ::sensitive property of the action to @sensitive. Note that
|
* Sets the :sensitive property of the action to @sensitive. Note that
|
||||||
* this doesn't necessarily mean effective sensitivity. See
|
* this doesn't necessarily mean effective sensitivity. See
|
||||||
* gtk_action_is_sensitive()
|
* gtk_action_is_sensitive()
|
||||||
* for that.
|
* for that.
|
||||||
@ -1272,7 +1272,7 @@ gtk_action_get_visible (GtkAction *action)
|
|||||||
* @action: the action object
|
* @action: the action object
|
||||||
* @visible: %TRUE to make the action visible
|
* @visible: %TRUE to make the action visible
|
||||||
*
|
*
|
||||||
* Sets the ::visible property of the action to @visible. Note that
|
* Sets the :visible property of the action to @visible. Note that
|
||||||
* this doesn't necessarily mean effective visibility. See
|
* this doesn't necessarily mean effective visibility. See
|
||||||
* gtk_action_is_visible()
|
* gtk_action_is_visible()
|
||||||
* for that.
|
* for that.
|
||||||
@ -1640,7 +1640,7 @@ gtk_action_get_visible_vertical (GtkAction *action)
|
|||||||
* Since: 2.16
|
* Since: 2.16
|
||||||
*
|
*
|
||||||
* Deprecated: 3.10: Use #GAction instead, and set tooltips on associated
|
* Deprecated: 3.10: Use #GAction instead, and set tooltips on associated
|
||||||
* #GActionable widgets with gtk_widget_set_tooltip_text()
|
* #GtkActionable widgets with gtk_widget_set_tooltip_text()
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gtk_action_set_tooltip (GtkAction *action,
|
gtk_action_set_tooltip (GtkAction *action,
|
||||||
|
Loading…
Reference in New Issue
Block a user