org.gstreamer.lowlevel
public interface GObjectAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GObjectAPI |
GOBJECT_API |
static final GObjectAPI GOBJECT_API
GType g_object_get_type()
void g_param_value_validate(GObjectAPI.GParamSpec spec, GValueAPI.GValue data)
void g_object_set_property(GObject obj, String property, GValueAPI.GValue data)
void g_object_get_property(GObject obj, String property, GValueAPI.GValue data)
com.sun.jna.Pointer g_object_class_list_properties(com.sun.jna.Pointer oclass, com.sun.jna.ptr.IntByReference size)
com.sun.jna.NativeLong g_signal_connect_data(GObject obj, String signal, com.sun.jna.Callback callback, com.sun.jna.Pointer data, GObjectAPI.GClosureNotify destroy_data, int connect_flags)
void g_signal_handler_disconnect(GObject obj, com.sun.jna.NativeLong id)
boolean g_object_is_floating(GObject obj)
void g_object_add_toggle_ref(com.sun.jna.Pointer object, GObjectAPI.GToggleNotify notify, com.sun.jna.Pointer data)
void g_object_remove_toggle_ref(com.sun.jna.Pointer object, GObjectAPI.GToggleNotify notify, com.sun.jna.Pointer data)
void g_object_add_toggle_ref(com.sun.jna.Pointer object, GObjectAPI.GToggleNotify notify, IntPtr data)
void g_object_remove_toggle_ref(com.sun.jna.Pointer object, GObjectAPI.GToggleNotify notify, IntPtr data)
void g_object_weak_ref(GObject object, GObjectAPI.GWeakNotify notify, IntPtr data)
void g_object_weak_unref(GObject object, GObjectAPI.GWeakNotify notify, IntPtr data)
com.sun.jna.Pointer g_object_ref(GObject object)
void g_object_unref(GObject object)
GObjectAPI.GParamSpec g_object_class_find_property(GObjectAPI.GObjectClass oclass, String property_name)
com.sun.jna.Pointer g_object_class_find_property(com.sun.jna.Pointer oclass, String property_name)
void g_type_init()
void g_type_init_with_debug_flags(int flags)
int g_type_depth(GType type)
com.sun.jna.Pointer g_type_create_instance(GType type)
void g_type_free_instance(com.sun.jna.Pointer instance)
GType g_type_register_static(GType parent_type, String type_name, GObjectAPI.GTypeInfo info, int flags)
GType g_type_register_static(GType parent_type, com.sun.jna.Pointer type_name, GObjectAPI.GTypeInfo info, int flags)
GType g_type_register_static_simple(GType parent_type, String type_name, int class_size, GObjectAPI.GClassInitFunc class_init, int instance_size, GObjectAPI.GInstanceInitFunc instance_init, int flags)
GType 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)
Copyright © 2014. All rights reserved.