constrainttarget: Convert docs

This commit is contained in:
Matthias Clasen 2021-02-21 23:39:23 -05:00 committed by Emmanuele Bassi
parent c4e43c1cd5
commit 9934f9c43b

View File

@ -31,9 +31,10 @@ typedef struct _GtkConstraintTarget GtkConstraintTarget;
/**
* GtkConstraintTarget:
*
* The GtkConstraintTarget interface is implemented by objects that
* can be used as source or target in #GtkConstraints. Besides
* #GtkWidget, it is also implemented by #GtkConstraintGuide.
* The `GtkConstraintTarget` interface is implemented by objects that
* can be used as source or target in `GtkConstraint`s.
*
* Besides `GtkWidget`, it is also implemented by `GtkConstraintGuide`.
*/
GDK_AVAILABLE_IN_ALL