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 693673 - add g_dbus_address_escape_value()
add g_dbus_address_escape_value()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
2.35.x
Other Linux
: Normal enhancement
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-02-12 19:22 UTC by Simon McVittie
Modified: 2013-02-13 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
g_dbus_address_escape_value: add (3.85 KB, patch)
2013-02-12 19:22 UTC, Simon McVittie
accepted-commit_now Details | Review

Description Simon McVittie 2013-02-12 19:22:17 UTC
Created attachment 235812 [details] [review]
g_dbus_address_escape_value: add

This is a GLib reimplementation of dbus_address_escape_value().
It's useful if you want to construct a D-Bus address from pieces:
for instance, if you have a listening Unix socket whose path is known,
and you want to connect a D-Bus peer to it.
Comment 1 Simon McVittie 2013-02-12 19:24:03 UTC
Vaguely related to Bug #693668.
Comment 2 Colin Walters 2013-02-13 16:11:30 UTC
Review of attachment 235812 [details] [review]:

Looks good to me; and looking forward to the gdm work landing!
Comment 3 Colin Walters 2013-02-13 16:12:17 UTC
Oh one minor bit - we should add Since: 2.36 to the docs (even though this duplicates the macro, different tools know about them).
Comment 4 Simon McVittie 2013-02-13 20:44:34 UTC
(In reply to comment #2)
> Looks good to me

Thanks, commit d200208 (2.35.8).

> and looking forward to the gdm work landing!

Feedback welcome - it's not going to land otherwise :-)