Ryan Lortie
1dc774a653
Remove g_type_init() calls
...
Very many testcases, some GLib tools (resource compiler, etc) and
GApplication were calling g_type_init().
Remove those uses, as they are no longer required.
https://bugzilla.gnome.org/show_bug.cgi?id=686161
2012-10-16 09:39:24 -04:00
Javier Jardón
ee044fd839
gio/tests: Use g_list_free_full() convenience function
2012-01-02 23:18:22 +01:00
Ryan Lortie
1612a4d506
volume monitor: don't unref NULL
...
Fix a couple more cases of blindly calling g_object_unref() on the
result of a function that is documented as sometimes returning NULL.
2010-10-05 02:29:47 -04:00
Matthias Clasen
13e55b84eb
Run volumemonitor test with local vfs
...
This is an attempt to stop the test from hanging on some build bots
in build.gnome.org.
2010-08-13 17:23:44 -04:00
Ryan Lortie
b91f9274d9
Fix volumemonitor test case
...
Don't blindly g_object_unref() that which may be NULL.
2010-08-06 13:12:20 -04:00
Matthias Clasen
9fc3c980cc
Add some volume monitor tests
...
Although not much of this is easily testable.
2010-07-30 19:51:17 -04:00