36 #define PRIVATE(obj) (obj)->priv
76 g_return_val_if_fail (result, NULL);
108 *a_ctxt = a_this->priv->context;
126 a_this->priv->context = a_ctxt;
145 *a_result = a_this->priv->result;
164 a_this->priv->result = a_result;
185 a_this->start_document = NULL;
186 a_this->end_document = NULL;
187 a_this->import_style = NULL;
188 a_this->namespace_declaration = NULL;
189 a_this->comment = NULL;
190 a_this->start_selector = NULL;
191 a_this->end_selector = NULL;
192 a_this->property = NULL;
193 a_this->start_font_face = NULL;
194 a_this->end_font_face = NULL;
195 a_this->start_media = NULL;
196 a_this->end_media = NULL;
197 a_this->start_page = NULL;
198 a_this->end_page = NULL;
199 a_this->ignorable_at_rule = NULL;
200 a_this->error = NULL;
201 a_this->unrecoverable_error = NULL;
212 g_return_if_fail (a_this);
229 g_return_val_if_fail (a_this, FALSE);
231 if (a_this->ref_count > 0) {
235 if (a_this->ref_count == 0) {
252 g_return_if_fail (a_this);
255 g_free (a_this->priv);
272 g_return_if_fail (a_this &&
PRIVATE (a_this)
275 PRIVATE (a_this)->parser = a_parser ;