@brief Deliver a GetProperty request to the X server.
@param c The connection to the X server.
@param window Window X identifier.
@param property Property atom to get.
@return The request cookie.
Allow to get a window property, in most case you might want to use
above functions to get an ICCCM property for a given window.
@brief Deliver a GetProperty request to the X server. @param c The connection to the X server. @param window Window X identifier. @param property Property atom to get. @return The request cookie.
Allow to get a window property, in most case you might want to use above functions to get an ICCCM property for a given window.