From 0da1fcac914ad4c67f016bda7864c4b153cbfbaa Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sat, 29 Jan 2022 12:40:16 +0100 Subject: Add GCancellable and GError to the thumbnail API The methods generate_thumbnail(), save_thumbnail and create_failed_thumbnail from the class gnome_desktop_thumbnail_factory offers neither a GError nor a GCancellable options. For synchronous operations this is not a true problem, but for asynchronous operations both are a good idea. This MR adds those parameters to the method. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8333d946..6435acc4 100644 --- a/meson.build +++ b/meson.build @@ -17,11 +17,11 @@ project('gnome-desktop', 'c', # to 0. When bumping the second version, set the third one to zero. # # A lot easier than libtool, right? -libversion = '1.3.0' +libversion = '2.0.0' soversion = libversion.split('.')[0] # Compatibility versions for libgnome-desktop-3 -compat_libversion = '19.4.0' +compat_libversion = '20.0.0' compat_soversion = compat_libversion.split('.')[0] gdk_pixbuf_req = '>= 2.36.5' -- cgit v1.2.1