- 23 Jun, 2012 1 commit
-
-
Matthias Clasen authored
-
- 17 Apr, 2012 1 commit
-
-
David Zeuthen authored
It's g_object_unref(), not g_object_ref(). Ugh. Therefore, use g_clear_object(). Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
- 31 Mar, 2012 1 commit
-
-
Robert Ancell authored
Found using: find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
-
- 03 Jan, 2012 1 commit
-
-
Javier Jardón authored
-
- 27 Oct, 2011 1 commit
-
-
Aleksander Morgado authored
If the GDBusObjectManagerClient doesn't get a name owner during its lifetime, `on_control_proxy_g_signal' will never be connected to any signal, so we shouldn't dump any warning in that case. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=662858
-
- 04 Oct, 2011 1 commit
-
-
Allison Karlitskaya authored
Now that we have those, we should use them. https://bugzilla.gnome.org/show_bug.cgi?id=660739
-
- 21 Sep, 2011 1 commit
-
-
David Zeuthen authored
Otherwise we might collide with an interface called Connection. https://bugzilla.gnome.org/show_bug.cgi?id=659699 This is for the same reason that GDBusProxy has its properties prefixed with g-. Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
- 29 Aug, 2011 1 commit
-
-
David Zeuthen authored
Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
- 15 Aug, 2011 1 commit
-
-
David Zeuthen authored
This is needed because the proxy may need to update its internal state which a signal handler connected to the manager may rely on. Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
- 19 Jul, 2011 1 commit
-
-
Johan Dahlin authored
NULL is now a shortcut for g_cclosure_marshal_generic, so avoid referencing it directly. https://bugzilla.gnome.org/show_bug.cgi?id=654917
-
- 20 Jun, 2011 1 commit
-
-
Colin Walters authored
To help cross compilation, don't use glib-genmarshal in our build. This is easy now that we have g_cclosure_marshal_generic(). In gobject/, add gmarshal.[ch] to git (making the existing entry points stubs). In gio/, simply switch to using g_cclosure_marshal_generic(). https://bugzilla.gnome.org/show_bug.cgi?id=652168
-
- 25 Apr, 2011 1 commit
-
-
David Zeuthen authored
Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
- 16 Apr, 2011 2 commits
-
-
David Zeuthen authored
For bindings, obviously. Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
David Zeuthen authored
Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
- 08 Apr, 2011 2 commits
-
-
David Zeuthen authored
Signed-off-by:
David Zeuthen <davidz@redhat.com>
-
David Zeuthen authored
Signed-off-by:
David Zeuthen <davidz@redhat.com>
-