Manual Pages for Linux CentOS command on man xcb_set_selection_owner_checked
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_set_selection_owner_checked

xcbsetselectionowner(3) XCB Requests xcbsetselectionowner(3)

NAME

xcbsetselectionowner - Sets the owner of a selection SYNOPSIS

#include Request function xcbvoidcookiet xcbsetselectionowner(xcbconnectiont *conn, xcbwindowt owner, xcbatomt selection, xcbtimestampt time); REQUEST ARGUMENTS conn The XCB connection to X11. owner The new owner of the selection. The special value XCBNONE means that the selection will have no owner. selection The selection. time Timestamp to avoid race conditions when running X over the network. The selection will not be changed if time is earlier than the

current last-change time of the selection or is later than

the current X server time. Otherwise, the last-change time is set to the specified time. The special value XCBCURRENTTIME will be replaced with the current server time. DESCRIPTION

Makes window the owner of the selection selection and updates the last- change time of the specified selection. TODO: briefly explain what a selection is. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead,

use xcbsetselectionownerchecked. See xcb-requests(3) for details. ERRORS xcbatomerrort selection does not refer to a valid atom. SEE ALSO

xcb-requests(3), xcbsetselectionowner(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbsetselectionowner(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™