Lines Matching refs:name
41 // This stores the bus name to use for this app instance. By default, it
102 // Document name is not suitable for DBus name, as it might contain invalid chars
103 std::string name("/org/inkscape/document_");
106 name.append(ss.str());
112 if (!dbus_g_connection_lookup_g_object(connection, name.c_str())) {
118 name.c_str());
123 return strdup(name.c_str());
131 // Set the bus name to the default
181 std::string name("/org/inkscape/desktop_");
184 name.append(out.str());
186 //printf("DKEY: %d\n, NUMBER %d\n NAME: %s\n", dt->dkey, dt->number, name.c_str());
193 &dbus_glib_document_interface_object_info, name.c_str());
197 return strdup(name.c_str());
206 std::string name("/org/inkscape/desktop_");
209 name.append(out.str());
210 return strdup(name.c_str());