Re: [Vala] GMarkup broken in Vala 0.4.0?
- From: "Matías De la Puente" <mfpuente ar gmail com>
- To: "Yu Feng" <rainwoodman gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] GMarkup broken in Vala 0.4.0?
- Date: Wed, 22 Oct 2008 12:05:37 -0200
Thanks for the clarifying! But I am still curious why my code didn't
work.
class MyClass {
public static MarkupParser p;
void somefunction() {
p.start_element = start_element;
}
void start_element(
MarkupParseContext context, string element_name,
string[] attribute_names, string[] attribute_values) {
//do stuff
}
}
Could you confirm my problem?
Can you send me a testcase with the results?
matias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]