Searched defs:SP_TYPE_ACTION (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/helper/
H A Daction.h19 #define SP_TYPE_ACTION (sp_action_get_type()) macro
20 #define SP_ACTION(o) (G_TYPE_CHECK_INSTANCE_CAST((o), SP_TYPE_ACTION, SPAction))
21 #define SP_ACTION_CLASS(o) (G_TYPE_CHECK_CLASS_CAST((o), SP_TYPE_ACTION, SPActionClass))
22 #define SP_IS_ACTION(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_ACTION))

Completed in 16 milliseconds