Package | Description |
---|---|
org.gstreamer.lowlevel |
Modifier and Type | Field and Description |
---|---|
GObjectAPI.GClassInitFunc |
GObjectAPI.GTypeInfo.class_init |
Modifier and Type | Method and Description |
---|---|
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) |