Home | History | Annotate | Download | only in test

Lines Matching full:address

75   GString *address;
81 "--print-address=1", /* stdout */
98 address = g_string_new (NULL);
100 /* polling until the dbus-daemon writes out its address is a bit stupid,
112 g_string_append_len (address, buf, bytes);
114 newline = strchr (address->str, '\n');
118 g_string_truncate (address, newline - address->str);
125 return g_string_free (address, FALSE);
129 connect_to_bus (const gchar *address)
135 conn = dbus_connection_open_private (address, &error);
184 gchar *address;
224 address = spawn_dbus_daemon (dbus_daemon, arg, &f->daemon_pid);
229 f->left_conn = connect_to_bus (address);
230 f->right_conn = connect_to_bus (address);
231 g_free (address);