Other utilities
GocPoints; GType goc_points_get_type (void); #define GOC_TYPE_POINTS GocPoints* goc_points_new (unsigned n); GocPoints* goc_points_ref (GocPoints *points); void goc_points_unref (GocPoints *points);
typedef struct { unsigned n; unsigned refs; GocPoint *points; } GocPoints;
GType goc_points_get_type (void);
Returns :
#define GOC_TYPE_POINTS goc_points_get_type ()
GocPoints* goc_points_new (unsigned n);
n :
n
GocPoints* goc_points_ref (GocPoints *points);
points :
points
void goc_points_unref (GocPoints *points);