Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <cairo.h>
Data Fields | |
cairo_status_t | status |
cairo_rectangle_t * | rectangles |
int | num_rectangles |
cairo_rectangle_list_t: @status: Error status of the rectangle list @rectangles: Array containing the rectangles @num_rectangles: Number of rectangles in this list
A data structure for holding a dynamically allocated array of rectangles.
Since: 1.4
cairo_rectangle_t* _cairo_rectangle_list::rectangles |
cairo_status_t _cairo_rectangle_list::status |