Skip to content

Commit 5f8ca8f

Browse files
committed
xapp-favorites.c: Fix g-ir-scanner warning during build.
The closure annotation is implied for gpointer types.
1 parent 17c45eb commit 5f8ca8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libxapp/xapp-favorites.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,8 @@ refresh_menu_items (XAppFavorites *favorites,
12761276
* @favorites: The #XAppFavorites instance.
12771277
* @mimetypes: (nullable): The mimetypes to filter for, or NULL to include all favorites.
12781278
* @callback: (scope notified): (closure user_data): The callback to use when a menu item has been selected.
1279-
* @user_data: (closure): The data to pass to the callback
1280-
* @func: Destroy function for user_data
1279+
* @user_data: The data to pass to the callback.
1280+
* @func: Destroy function for user_data.
12811281
*
12821282
* Generates a GtkMenu widget populated with favorites. The callback will be called when
12831283
* a menu item has been activated, and will include the uri of the respective item.

0 commit comments

Comments
 (0)