Searched refs:CRAttrSel (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-attr-sel.h37 typedef struct _CRAttrSel CRAttrSel ; typedef in typeref:struct:_CRAttrSel
53 CRAttrSel *next ;
54 CRAttrSel *prev ;
58 CRAttrSel * cr_attr_sel_new (void) ;
60 enum CRStatus cr_attr_sel_append_attr_sel (CRAttrSel * a_this,
61 CRAttrSel *a_attr_sel) ;
63 enum CRStatus cr_attr_sel_prepend_attr_sel (CRAttrSel *a_this,
64 CRAttrSel *a_attr_sel) ;
66 guchar * cr_attr_sel_to_string (CRAttrSel const *a_this) ;
68 void cr_attr_sel_dump (CRAttrSel cons
[all...]
H A Dcr-attr-sel.c27 * CRAttrSel:
37 * The constructor of #CRAttrSel.
39 * of #CRAttrSel.
41 CRAttrSel *
44 CRAttrSel *result = NULL;
46 result = g_malloc0 (sizeof (CRAttrSel));
53 * @a_this: the this pointer of the current instance of #CRAttrSel.
61 cr_attr_sel_append_attr_sel (CRAttrSel * a_this, CRAttrSel * a_attr_sel)
63 CRAttrSel *cur_se
[all...]
H A Dcr-additional-sel.h51 CRAttrSel *attr_sel ;
83 CRAttrSel *a_sel) ;
H A Dcr-additional-sel.c153 * @a_sel: the new instance of #CRAttrSel to set.
155 * Sets a new instance of #CRAttrSel to
159 cr_additional_sel_set_attr_sel (CRAdditionalSel * a_this, CRAttrSel * a_sel)
H A Dcr-parser.c369 CRAttrSel ** a_sel);
1326 CRAttrSel ** a_sel)
1331 CRAttrSel *result = NULL;
1774 CRAttrSel *attr_sel = NULL;
H A Dcr-sel-eng.c319 CRAttrSel *cur_sel = NULL;

Completed in 47 milliseconds