mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-15 05:40:33 +01:00
doc/xcb: document cairo_xcb_device_get_connection
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
e44186fdfe
commit
ed89a3eeb0
1 changed files with 10 additions and 0 deletions
|
|
@ -776,6 +776,16 @@ _cairo_xcb_connection_get_xid (cairo_xcb_connection_t *connection)
|
|||
return xid;
|
||||
}
|
||||
|
||||
/**
|
||||
* cairo_xcb_device_get_connection:
|
||||
* @device: a #cairo_device_t for the XCB backend
|
||||
*
|
||||
* Get the connection for the XCB device.
|
||||
*
|
||||
* Returns: the #xcb_connection_t for the connection
|
||||
*
|
||||
* Since: 1.12
|
||||
**/
|
||||
xcb_connection_t *
|
||||
cairo_xcb_device_get_connection (cairo_device_t *device)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue