diff --git a/gio/gaction.c b/gio/gaction.c index a2332fff1..a477c9ae8 100644 --- a/gio/gaction.c +++ b/gio/gaction.c @@ -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 * described above. Various implementations of actions exist, including - * #GSimpleAction and #GtkAction. + * #GSimpleAction. * * In all cases, the implementing class is responsible for storing the * name of the action, the parameter type, the enabled state, the