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

Packages that use GObjectAPI.GClassInitFunc
org.gstreamer.lowlevel   
 

Uses of GObjectAPI.GClassInitFunc in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as GObjectAPI.GClassInitFunc
 GObjectAPI.GClassInitFunc GObjectAPI.GTypeInfo.class_init
           
 

Methods in org.gstreamer.lowlevel with parameters of type GObjectAPI.GClassInitFunc
 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)