Lines Matching refs:CRAttrSel
27 * 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_sel = NULL;
80 *@a_this: the "this pointer" of the current instance *of #CRAttrSel.
88 cr_attr_sel_prepend_attr_sel (CRAttrSel * a_this,
89 CRAttrSel * a_attr_sel)
102 * @a_this: the current instance of #CRAttrSel.
108 cr_attr_sel_to_string (CRAttrSel const * a_this)
110 CRAttrSel const *cur = NULL;
181 * #CRAttrSel.
184 * Dumps the current instance of #CRAttrSel to a file.
187 cr_attr_sel_dump (CRAttrSel const * a_this, FILE * a_fp)
205 *instance of #CRAttrSel.
207 *Destroys the current instance of #CRAttrSel.
211 cr_attr_sel_destroy (CRAttrSel * a_this)