doc/comment fix: the ref to @self was misspelled as self@ for gtkaspectframe.h/gtk_as...
authorCam Cook <cam.cook@linux.com>
Sun, 6 Nov 2022 22:59:23 +0000 (17:59 -0500)
committerCam Cook <cam.cook@linux.com>
Sun, 6 Nov 2022 22:59:23 +0000 (17:59 -0500)
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'.

gtk/gtkaspectframe.c

index 363dc5feb6492f615b94f3c89277b467549d72fb..01bc82bcc2ac8c9d24bf16dc5eb1f652282662ca 100644 (file)
@@ -662,7 +662,7 @@ gtk_aspect_frame_set_child (GtkAspectFrame  *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)