actionobserver: Drop SECTION

This is private.
This commit is contained in:
Matthias Clasen 2021-03-01 22:35:18 -05:00 committed by Emmanuele Bassi
parent a63223b25b
commit 8d888203f0

View File

@ -24,9 +24,7 @@
G_DEFINE_INTERFACE (GtkActionObserver, gtk_action_observer, G_TYPE_OBJECT)
/*< private >
* SECTION:gtkactionobserver
* @short_description: an interface implemented by objects that are
* interested in monitoring actions for changes
* GtkActionObserver:
*
* GtkActionObserver is a simple interface allowing objects that wish to
* be notified of changes to actions to be notified of those changes.