From: Daniel Boles Date: Tue, 15 Aug 2023 09:47:30 +0000 (+0100) Subject: SignalListItemFactory: small doc grammar+sense fix X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1be06ea339b785573eddea0f07a8ebd1f55c50e1;p=gtk4.git SignalListItemFactory: small doc grammar+sense fix * "to to" => "to" * "a object" => "an object" * "its new prop is about to be unset" => "its prop is about to be unset" --- diff --git a/gtk/gtksignallistitemfactory.c b/gtk/gtksignallistitemfactory.c index 570fd01c8a..269f3fe85c 100644 --- a/gtk/gtksignallistitemfactory.c +++ b/gtk/gtksignallistitemfactory.c @@ -29,7 +29,7 @@ * GtkSignalListItemFactory: * * `GtkSignalListItemFactory` is a `GtkListItemFactory` that emits signals - * to to manage listitems. + * to manage listitems. * * Signals are emitted for every listitem in the same order: * @@ -216,9 +216,9 @@ gtk_signal_list_item_factory_class_init (GtkSignalListItemFactoryClass *klass) * @self: The `GtkSignalListItemFactory` * @object: The `GObject` to unbind * - * Emitted when a object has been unbound from its item, for example when + * Emitted when an object has been unbound from its item, for example when * a listitem was removed from use in a list widget - * and its new [property@Gtk.ListItem:item] is about to be unset. + * and its [property@Gtk.ListItem:item] is about to be unset. * * This signal is the opposite of the [signal@Gtk.SignalListItemFactory::bind] * signal and should be used to undo everything done in that signal.