Home | History | Annotate | Download | only in tools

Lines Matching refs:address

272   /* create the address property atom */
287 * Gets the daemon address from the X11 display.
289 * TRUE does not mean the address exists.
310 /* get the bus address */
336 * Saves the address in the X11 display. Returns 0 on success.
341 set_address_in_x11(char *address, pid_t pid)
359 /* someone saved the address in the meantime */
373 (unsigned char *)address, strlen (address));
395 * Saves the session address in session file. Returns TRUE on
399 set_address_in_file (char *address, pid_t pid, Window wid)
414 "# display %s to find the D-Bus session bus with the below address.\n"
423 address, (long)pid, (long)wid);
432 x11_save_address (char *address, pid_t pid, long *wid)
434 Window id = set_address_in_x11 (address, pid);
437 if (!set_address_in_file (address, pid, id))