[Vala] Gst.XML vapi



in gstreamer.vapi

        public class XML : Gst.Object {
                            ...
                public XML ();
                [NoWrapper]
                ...
                public bool parse_file (uchar[] fname, uchar[] root);

should be

public bool parse_file (uchar[] fname, uchar[]? root);

because root can be NULL, as said in the documentation.

--
vasaka



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]