After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621229 - [GDBus] Remove GType from API
[GDBus] Remove GType from API
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-06-10 17:50 UTC by Colin Walters
Modified: 2010-06-11 22:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[GDBus] Remove GType from API (14.11 KB, patch)
2010-06-10 17:50 UTC, Colin Walters
none Details | Review

Description Colin Walters 2010-06-10 17:50:38 UTC
It's only useful for code generators, which can just as easily
use g_async_initable_new_async.

This makes gdbusproxywatching.h API not usable from codegen,
but it's not a lot of code to reimplement.  Or alternatively,
we could add _with_type APIs.
Comment 1 Colin Walters 2010-06-10 17:50:40 UTC
Created attachment 163310 [details] [review]
[GDBus] Remove GType from API
Comment 2 David Zeuthen (not reading bugmail) 2010-06-11 16:59:03 UTC
OK. FWIW, I've already done this in the patch I'm preparing for bug 621213. Stay tuned.
Comment 3 David Zeuthen (not reading bugmail) 2010-06-11 22:44:49 UTC
Fixed with this commit:

http://git.gnome.org/browse/glib/commit/?id=32f2e9a85beedeea36ac7623f68f6eb878465d44