Re: [Vala] GMarkup broken in Vala 0.4.0?



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]