mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Make it build
This commit is contained in:
parent
9b6f47f9b4
commit
d616680f3e
@ -3355,7 +3355,7 @@ g_bookmark_file_get_app_info (GBookmarkFile *bookmark,
|
||||
|
||||
g_return_val_if_fail (bookmark != NULL, FALSE);
|
||||
g_return_val_if_fail (uri != NULL, FALSE);
|
||||
g_return_val_if_fail (app_name != NULL, FALSE);
|
||||
g_return_val_if_fail (name != NULL, FALSE);
|
||||
|
||||
item = g_bookmark_file_lookup_item (bookmark, uri);
|
||||
if (!item)
|
||||
|
Loading…
Reference in New Issue
Block a user