From: Christian Hergert Date: Wed, 6 Oct 2021 16:56:11 +0000 (-0700) Subject: dropdown: fix extraneous * in documentation X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~256^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cd2debdfc6f48dea85aac793672b1b2a28e65d41;p=gtk4.git dropdown: fix extraneous * in documentation --- diff --git a/gtk/gtkdropdown.c b/gtk/gtkdropdown.c index 16264a44f8..94ee484c14 100644 --- a/gtk/gtkdropdown.c +++ b/gtk/gtkdropdown.c @@ -700,7 +700,7 @@ gtk_drop_down_init (GtkDropDown *self) * to set up a way to map its items to widgets. * * Returns: a new `GtkDropDown` - **/ + */ GtkWidget * gtk_drop_down_new (GListModel *model, GtkExpression *expression) @@ -830,7 +830,7 @@ gtk_drop_down_get_factory (GtkDropDown *self) * @factory: (nullable) (transfer none): the factory to use * * Sets the `GtkListItemFactory` to use for populating list items. - **/ + */ void gtk_drop_down_set_factory (GtkDropDown *self, GtkListItemFactory *factory) @@ -855,7 +855,7 @@ gtk_drop_down_set_factory (GtkDropDown *self, * Gets the factory that's currently used to populate list items in the popup. * * Returns: (nullable) (transfer none): The factory in use - **/ + */ GtkListItemFactory * gtk_drop_down_get_list_factory (GtkDropDown *self) {