On Sat, Oct 17, 2015 at 10:11 PM, Jay Strict <jay.str...@posteo.de> wrote:
> const XMLConfigParser = new Lang.Class({
>     Name: 'XMLConfigParser',
>     Extends: GLib.MarkupParser,

GMarkupParser is not a GObject, so you cannot inherit from it. In
general, support for anything below GObject is fairly limited - it
works for utility functions, types that are boxed by GObject *and*
provide a contructor-like function, and types that have special
treatment in gjs to expose it to JS. Neither is the case for
GMarkupParser, so you cannot use it from an extension (unless you add
support to gjs first).
_______________________________________________
gnome-shell-list mailing list
gnome-shell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-shell-list

Reply via email to