Method
GdkVisualget_byte_order
deprecated: 3.22 since: 2.22
Declaration [src]
GdkByteOrder
gdk_visual_get_byte_order (
GdkVisual* visual
)
Description [src]
Returns the byte order of this visual.
The information returned by this function is only relevant when working with XImages, and not all backends return meaningful information for this.
Available since: 2.22
Deprecated since: 3.22
This information is not useful.
Return value
Type: GdkByteOrder
A GdkByteOrder
stating the byte order of visual
.