On Fri, Dec 5, 2014 at 12:24 AM, Jonatan Pålsson <[email protected]> wrote: > Hi list, > > I'm writing some D-Bus code using Glibmm, and I would like to construct > object paths and signatures, but I can't figure out how to construct them.
Hi, You can use the static method Glib::VariantStringBase::create_object_path() and create_signature() See https://developer.gnome.org/glibmm/stable/classGlib_1_1VariantStringBase.html#af0fc3a17ced885820fba0d0303c075fb _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
