Emmanuel Fleury
1c084ca717
Fix missing initializer warning in gio/tests/gdbus-example-export.c
...
gio/tests/gdbus-example-export.c:229:1: error: missing initializer for field ‘padding’ of ‘GDBusInterfaceVTable’ {aka ‘const struct _GDBusInterfaceVTable’}
229 | };
| ^
2021-04-15 10:19:29 +02:00
Emmanuele Bassi
f952fdf3fc
Drop trailing semi-colon from G_DEFINE_ macro
...
It's unnecessary, and only adds visual noise; we have been fairly
inconsistent in the past, but the semi-colon-less version clearly
dominates in the code base.
https://bugzilla.gnome.org/show_bug.cgi?id=669355
2017-04-10 10:38:31 +01:00
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
Ryan Lortie
38e8ecd62a
more 'static' adding in testcases
...
No dead code found this time...
2011-10-16 21:41:15 -04:00
Matthias Clasen
107b4d4bae
remove the redundant interface_name parameter
2010-05-13 13:09:58 -04:00
David Zeuthen
82158afdad
GDBus: Catch up with new PropertiesChanged signal
...
After a long discussion, this has finally been standardized in the
D-Bus spec. See
http://lists.freedesktop.org/archives/dbus/2010-May/012667.html
http://lists.freedesktop.org/archives/dbus/2010-May/012712.html
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-05-13 11:56:15 -04:00
Matthias Clasen
2d75583fb2
Fill out the export section of the migration guide
2010-05-13 01:04:29 -04:00
Matthias Clasen
9a065edf6f
Add an example of exporting a GObject
...
This is more manual work than dbus-glib.
2010-05-13 00:40:41 -04:00