- 11 Mar, 2020 1 commit
-
-
Niels De Graef authored
Libraries shouldn't really use `g_message()` as it will show up in consumer application outputs. Let's use `g_info()` instead. Fixes #40
-
- 15 May, 2019 1 commit
-
-
Niels De Graef authored
GSimpleAsyncResult is deprecated in favor of the simpler GTask, so use that instead. This cuts down on the deprecation warnings. I wanted to do both separately, but porting one without the other led to some faulty casts from GSimpleAsyncResult to GTask (and vice versa).
-
- 20 Jul, 2018 1 commit
-
-
Daiki Ueno authored
As g_variant_builder_add_value() takes ownership of a floating GVariant, we don't need to unref it afterwards.
-
- 18 Oct, 2016 1 commit
-
- 14 Nov, 2012 1 commit
-
-
Stef Walter authored
* This is necessary because sometimes we don't want to complain, for expected errors, when running nested operations. * The fact that we have to do this is silly, and soon there will be a solution in glib itself. https://bugzilla.gnome.org/show_bug.cgi?id=688165
-
- 13 Jul, 2012 1 commit
-
-
Stef Walter authored
* Death by a thousand paper cuts from gir and vapi not liking the fact that the secret.h file was not usable uninstalled and installed in the same way.
-
- 09 Jul, 2012 1 commit
-
-
Stef Walter authored
* and strip remote error codes from error->message so that they don't clutter things.
-
- 31 Mar, 2012 1 commit
-
-
Stef Walter authored
* Update to LGPL 2.1 * Fix typos in license comments * Update FSF address https://bugzilla.gnome.org/show_bug.cgi?id=673194
-
- 25 Mar, 2012 1 commit
-
-
Stef Walter authored
* This prevents blocking on entropy
-
- 03 Feb, 2012 6 commits
-
-
Stef Walter authored
-
Stef Walter authored
* Fixes the namespacing capitalization issues run into with gobject-introspection and glib code tools
-
Stef Walter authored
-
Stef Walter authored
-
Stef Walter authored
* Fix bugs and tests
-
Stef Walter authored
* And fix bugs found in the process
-