25 #ifndef __CR_ADD_SEL_H__ 26 #define __CR_ADD_SEL_H__ void cr_additional_sel_set_id_name(CRAdditionalSel *a_this, CRString *a_id)
cr_additional_sel_set_id_name: @a_this: the "this pointer" of the current instance of CRAdditionalSel...
CRAdditionalSel * cr_additional_sel_append(CRAdditionalSel *a_this, CRAdditionalSel *a_sel)
cr_additional_sel_append: @a_this: the "this pointer" of the current instance of CRAdditionalSel .
CRAdditionalSel * cr_additional_sel_prepend(CRAdditionalSel *a_this, CRAdditionalSel *a_sel)
cr_additional_sel_prepend: @a_this: the "this pointer" of the current instance of CRAdditionalSel .
CRParsingLocation location
enum AddSelectorType type
void cr_additional_sel_dump(CRAdditionalSel const *a_this, FILE *a_fp)
cr_additional_sel_dump: @a_this: the "this pointer" of the current instance of CRAdditionalSel.
The Croco library basic types definitions And global definitions.
CRAdditionalSel * cr_additional_sel_new_with_type(enum AddSelectorType a_sel_type)
cr_additional_sel_new_with_type: @a_sel_type: the type of the newly built instance of CRAdditionalSel...
guchar * cr_additional_sel_one_to_string(CRAdditionalSel const *a_this)
guchar * cr_additional_sel_to_string(CRAdditionalSel const *a_this)
union CRAdditionalSelectorContent content
typedefG_BEGIN_DECLS struct _CRString CRString
void cr_additional_sel_set_class_name(CRAdditionalSel *a_this, CRString *a_class_name)
cr_additional_sel_set_class_name: @a_this: the "this pointer" of the current instance of CRAdditional...
void cr_additional_sel_set_attr_sel(CRAdditionalSel *a_this, CRAttrSel *a_sel)
cr_additional_sel_set_attr_sel: @a_this: the "this pointer" of the current instance of CRAdditionalSe...
void cr_additional_sel_set_pseudo(CRAdditionalSel *a_this, CRPseudo *a_pseudo)
cr_additional_sel_set_pseudo: @a_this: the "this pointer" of the current instance of CRAdditionalSel ...
void cr_additional_sel_destroy(CRAdditionalSel *a_this)
cr_additional_sel_destroy: @a_this: the "this pointer" of the current instance of CRAdditionalSel .
CRAdditionalSel * cr_additional_sel_new(void)
CRAdditionalSel: