public IndexFactory (string name, string longdesc, GLib.Type type);
public Gst.Index create ();
public void destroy ();
- public static Gst.IndexFactory find (string name);
- public static Gst.Index make (string name);
+ public static Gst.IndexFactory? find (string name);
+ public static Gst.Index? make (string name);
}
[Compact]
[CCode (cheader_filename = "gst/gst.h")]
GST_INDEX_ID_INVALID hidden="1"
gst_init hidden="1"
gst_init_get_option_group transfer_ownership="1"
-gst_index_factory_make transfer_ownership="1"
+gst_index_factory_make transfer_ownership="1" nullable="1"
gst_index_factory_create transfer_ownership="1"
-gst_index_factory_find transfer_ownership="1"
+gst_index_factory_find transfer_ownership="1" nullable="1"
GstIterator.free hidden="1"
GstIterator.next hidden="1"
GstIterator.resync hidden="1"