Noticed this while reviewing the gi-docgen docs for GtkAspectFrame while developing some java bindings.
It's my understanding that @self was intended; as it would cause gi-docgen to interpret it as a reference to
the the GtkAspectFrame pointer named 'self'.
*
* Gets the child widget of @self.
*
- * Returns: (nullable) (transfer none): the child widget of self@
+ * Returns: (nullable) (transfer none): the child widget of @self
*/
GtkWidget *
gtk_aspect_frame_get_child (GtkAspectFrame *self)