append a simple selector to the current CRSelector list.
Definition at line 112 of file cr-selector.c. {
CRSelector *selector = NULL;
selector = cr_selector_new (a_simple_sel);
g_return_val_if_fail (selector, NULL);
return cr_selector_append (a_this, selector);
}
|