From: Cam Cook Date: Sun, 6 Nov 2022 22:59:23 +0000 (-0500) Subject: doc/comment fix: the ref to @self was misspelled as self@ for gtkaspectframe.h/gtk_as... X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~112^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ed16946685d9e4cb9a85270dd63054467869a5e6;p=gtk4.git doc/comment fix: the ref to @self was misspelled as self@ for gtkaspectframe.h/gtk_aspect_frame_get_child 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'. --- diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c index 363dc5feb6..01bc82bcc2 100644 --- a/gtk/gtkaspectframe.c +++ b/gtk/gtkaspectframe.c @@ -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)