Uses of Interface
org.gstreamer.lowlevel.GObjectAPI.GInstanceInitFunc

Packages that use GObjectAPI.GInstanceInitFunc
org.gstreamer.lowlevel   
 

Uses of GObjectAPI.GInstanceInitFunc in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as GObjectAPI.GInstanceInitFunc
 GObjectAPI.GInstanceInitFunc GObjectAPI.GTypeInfo.instance_init
           
 

Methods in org.gstreamer.lowlevel with parameters of type GObjectAPI.GInstanceInitFunc
 GType GObjectAPI.g_type_register_static_simple(GType parent_type, com.sun.jna.Pointer type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)
           
 GType GObjectAPI.g_type_register_static_simple(GType parent_type, java.lang.String type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)