gtk/demos
Simon McVittie 15a09c79f9 Fix debug format strings for non-LP64 platforms
Unfortunately the format string for a size_t, `%zu`, is not portable
to all Windows compilers, and the appropriate format string for the
fundamental type that implements size_t varies between platforms
(typically `%u` on 32-bit platforms, `%lu` on 64-bit Linux or
`%llu` on 64-bit Windows).

In gtk-demo, cast the number of search results to long, to avoid
breaking up a translatable string.

Elsewhere, use GLib's abstraction for this.

Signed-off-by: Simon McVittie <smcv@debian.org>
2024-07-27 18:14:31 +01:00
..
constraint-editor constraint-editor: Deprecation cleanup 2023-08-03 22:15:27 -04:00
gtk-demo Fix debug format strings for non-LP64 platforms 2024-07-27 18:14:31 +01:00
icon-browser build: Move and rename demo_conf.h header 2024-01-18 20:20:58 -05:00
node-editor node-editor: Make this app non-unique 2024-06-21 19:53:46 +02:00
print-editor build: Move and rename demo_conf.h header 2024-01-18 20:20:58 -05:00
widget-factory build: Move and rename demo_conf.h header 2024-01-18 20:20:58 -05:00
meson.build build: Move and rename demo_conf.h header 2024-01-18 20:20:58 -05:00