gimp/plug-ins/fractal-explorer
Jehan ec9dbd8115 libgimpwidgets, app, plug-ins: fix last GIR warnings.
gimp_int_radio_group_new() was still complaining about the scope of
radio_button_callback(). Make it (scope notified) because it needs to
stay alive after the function returns and may be called multiple times.

Also adding a GDestroyNotify to free the callback data once the widget
is destroyed (additionally it will also serve as a notifier for bindings
to properly free the callback closure itself, not only it's data).

With this last one done, GObject Introspection generation now happens
without any warning output.
2020-01-15 14:00:19 +01:00
..
examples Meson port. 2019-09-11 16:42:04 +02:00
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am plug-ins: port fractal-explorer to GimpImage|Drawable. 2019-08-22 15:54:36 +02:00
fractal-explorer-dialogs.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
fractal-explorer-dialogs.h renamed all files. 2008-03-24 20:27:34 +00:00
fractal-explorer.c Properly prefix the values of enum GimpPDBProcType 2019-08-30 12:52:28 +02:00
fractal-explorer.h plug-ins: remove unused declaration of a GimpDrawable variable 2019-07-20 01:49:21 +02:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00