Lines Matching full:address
274 /* create the address property atom */
289 * Gets the daemon address from the X11 display.
291 * TRUE does not mean the address exists.
313 /* get the bus address */
339 * Saves the address in the X11 display. Returns 0 on success.
344 set_address_in_x11(char *address, pid_t pid)
361 /* someone saved the address in the meantime */
374 (unsigned char *)address, strlen (address));
393 * Saves the session address in session file. Returns TRUE on
397 set_address_in_file (char *address, pid_t pid, Window wid)
413 "# display %s to find the D-Bus session bus with the below address.\n"
422 address, (long)pid, (long)wid);
430 x11_save_address (char *address, pid_t pid, long *wid)
432 Window id = set_address_in_x11 (address, pid);
435 if (!set_address_in_file (address, pid, id))