mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
GAction: remove a lie
Not only was the link to GtkAction broken, it is not true. https://bugzilla.gnome.org/show_bug.cgi?id=722591
This commit is contained in:
parent
93cda800f1
commit
fc6d6b6e10
@ -51,7 +51,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT)
|
|||||||
*
|
*
|
||||||
* #GAction is merely the interface to the concept of an action, as
|
* #GAction is merely the interface to the concept of an action, as
|
||||||
* described above. Various implementations of actions exist, including
|
* described above. Various implementations of actions exist, including
|
||||||
* #GSimpleAction and #GtkAction.
|
* #GSimpleAction.
|
||||||
*
|
*
|
||||||
* In all cases, the implementing class is responsible for storing the
|
* In all cases, the implementing class is responsible for storing the
|
||||||
* name of the action, the parameter type, the enabled state, the
|
* name of the action, the parameter type, the enabled state, the
|
||||||
|
Loading…
Reference in New Issue
Block a user