diff options
Diffstat (limited to 'gtk/gtkactivatable.h')
-rw-r--r-- | gtk/gtkactivatable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkactivatable.h b/gtk/gtkactivatable.h index 920b4a4eae..d713806a7a 100644 --- a/gtk/gtkactivatable.h +++ b/gtk/gtkactivatable.h @@ -45,8 +45,8 @@ typedef struct _GtkActivatableIface GtkActivatableIface; * You must check the #GtkActivatable:use-action-appearance property only apply action * properties that are meant to effect the appearance accordingly. * @sync_action_properties: Called to update the activatable completely, this is called internally when - * #GtkActivatable::related-action property is set or unset and by the implementor when - * #GtkActivatable::use-action-appearance changes.<note><para>This method can be called + * #GtkActivatable:related-action property is set or unset and by the implementor when + * #GtkActivatable:use-action-appearance changes.<note><para>This method can be called * with a %NULL action at times</para></note> * * Since: 2.16 |