Searched refs:EgeOutputActionClass (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dege-output-action.h55 #define EGE_OUTPUT_ACTION_CLASS( klass ) ( G_TYPE_CHECK_CLASS_CAST( (klass), EGE_OUTPUT_ACTION_TYPE, EgeOutputActionClass) )
58 #define EGE_OUTPUT_ACTION_GET_CLASS( obj ) ( G_TYPE_INSTANCE_GET_CLASS( (obj), EGE_OUTPUT_ACTION_TYPE, EgeOutputActionClass) )
61 typedef struct _EgeOutputActionClass EgeOutputActionClass; typedef in typeref:struct:_EgeOutputActionClass
H A Dege-output-action.cpp69 void ege_output_action_class_init( EgeOutputActionClass* klass )
88 g_type_class_add_private( klass, sizeof(EgeOutputActionClass) );

Completed in 1949 milliseconds