GNOME Bugzilla – Bug 693673
add g_dbus_address_escape_value()
Last modified: 2013-02-13 20:44:34 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.
Vaguely related to Bug #693668.
Review of attachment 235812 [details] [review]: Looks good to me; and looking forward to the gdm work landing!
Oh one minor bit - we should add Since: 2.36 to the docs (even though this duplicates the macro, different tools know about them).
(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 :-)