Fix regression caused by 2c9668cb

2c9668cb did not contain the updates to gimpicons.h
introduced in c4f5bae1, accidentally reverting back
two function signatures to before that commit.
This commit is contained in:
Alx Sa 2024-01-30 15:55:10 +00:00
parent 2c9668cbb4
commit 34d613f364
1 changed files with 2 additions and 2 deletions

View File

@ -428,9 +428,9 @@ G_BEGIN_DECLS
#define GIMP_ICON_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window"
void gimp_icons_init (void);
void gimp_icons_init (void);
void gimp_icons_set_icon_theme (GFile *path);
gboolean gimp_icons_set_icon_theme (GFile *path);
G_END_DECLS