22#if !defined (__GSK_H_INSIDE__) && !defined (GTK_COMPILATION)
23#error "Only <gsk/gsk.h> can be included directly."
32#define GSK_TYPE_PATH_MEASURE (gsk_path_measure_get_type ())
#define GDK_AVAILABLE_IN_4_14
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_new(GskPath *path)
GDK_AVAILABLE_IN_4_14 gboolean gsk_path_measure_get_point(GskPathMeasure *self, float distance, GskPathPoint *result)
GDK_AVAILABLE_IN_4_14 GType gsk_path_measure_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_ref(GskPathMeasure *self)
GDK_AVAILABLE_IN_4_14 float gsk_path_measure_get_length(GskPathMeasure *self)
GDK_AVAILABLE_IN_4_14 void gsk_path_measure_unref(GskPathMeasure *self)
GDK_AVAILABLE_IN_4_14 float gsk_path_measure_get_tolerance(GskPathMeasure *self) G_GNUC_PURE
GDK_AVAILABLE_IN_4_14 GskPath * gsk_path_measure_get_path(GskPathMeasure *self) G_GNUC_PURE
GDK_AVAILABLE_IN_4_14 GskPathMeasure * gsk_path_measure_new_with_tolerance(GskPath *path, float tolerance)
struct _GskPathMeasure GskPathMeasure