gimp/plug-ins/screenshot
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
..
.gitignore Bug 757687 - Screenshot functionality broken under Wayland 2015-11-07 15:52:44 +01:00
Makefile.am plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00
screenshot-freedesktop.c pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
screenshot-freedesktop.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-gnome-shell.c pdb, plug-ins: change gimp_temp_name() to gimp_temp_file() 2019-09-11 22:32:44 +02:00
screenshot-gnome-shell.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-icon.h plug-ins: more cleanup in screenhot, move the icon to its own file 2016-04-02 21:44:09 +02:00
screenshot-kwin.c pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
screenshot-kwin.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-osx.c plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-osx.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-win32-dwm-api.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
screenshot-win32-magnification-api.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
screenshot-win32-resource.h plug-ins: rename all screenshot win32 files to screenshot-win32-* 2016-05-01 19:20:56 +02:00
screenshot-win32-select.cur plug-ins: rename all screenshot win32 files to screenshot-win32-* 2016-05-01 19:20:56 +02:00
screenshot-win32-small.ico plug-ins: rename all screenshot win32 files to screenshot-win32-* 2016-05-01 19:20:56 +02:00
screenshot-win32.c plug-ins: port (hopefully) missing Win32 screenshot code. 2019-08-26 16:50:25 +02:00
screenshot-win32.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-win32.ico plug-ins: convert win-snap to screenshot 2016-05-01 19:10:57 +02:00
screenshot-win32.rc Specify utf-8 for rc file. 2018-06-15 17:35:00 +00:00
screenshot-x11.c plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-x11.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
screenshot.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00