gobject.gparam

Undocumented in source.

Members

Enums

GParamFlags
enum GParamFlags
Undocumented in source.

Functions

_g_param_type_register_static_constant
GType _g_param_type_register_static_constant(const(gchar)* name, const(GParamSpecTypeInfo)* pspec_info, GType opt_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_get_blurb
const(gchar)* g_param_spec_get_blurb(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_get_default_value
const(GValue)* g_param_spec_get_default_value(GParamSpec* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_get_name
const(gchar)* g_param_spec_get_name(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_get_nick
const(gchar)* g_param_spec_get_nick(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_get_qdata
gpointer g_param_spec_get_qdata(GParamSpec* pspec, GQuark quark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_get_redirect_target
GParamSpec* g_param_spec_get_redirect_target(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_internal
gpointer g_param_spec_internal(GType param_type, const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GParamFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_pool_insert
void g_param_spec_pool_insert(GParamSpecPool* pool, GParamSpec* pspec, GType owner_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_pool_list
GParamSpec** g_param_spec_pool_list(GParamSpecPool* pool, GType owner_type, guint* n_pspecs_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_pool_list_owned
GList* g_param_spec_pool_list_owned(GParamSpecPool* pool, GType owner_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_pool_lookup
GParamSpec* g_param_spec_pool_lookup(GParamSpecPool* pool, const(gchar)* param_name, GType owner_type, gboolean walk_ancestors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_pool_new
GParamSpecPool* g_param_spec_pool_new(gboolean type_prefixing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_pool_remove
void g_param_spec_pool_remove(GParamSpecPool* pool, GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_ref
GParamSpec* g_param_spec_ref(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_ref_sink
GParamSpec* g_param_spec_ref_sink(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_set_qdata
void g_param_spec_set_qdata(GParamSpec* pspec, GQuark quark, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_set_qdata_full
void g_param_spec_set_qdata_full(GParamSpec* pspec, GQuark quark, gpointer data, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_sink
void g_param_spec_sink(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_steal_qdata
gpointer g_param_spec_steal_qdata(GParamSpec* pspec, GQuark quark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_spec_unref
void g_param_spec_unref(GParamSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_type_register_static
GType g_param_type_register_static(const(gchar)* name, const(GParamSpecTypeInfo)* pspec_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_value_convert
gboolean g_param_value_convert(GParamSpec* pspec, const(GValue)* src_value, GValue* dest_value, gboolean strict_validation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_value_defaults
gboolean g_param_value_defaults(GParamSpec* pspec, GValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_value_set_default
void g_param_value_set_default(GParamSpec* pspec, GValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_value_validate
gboolean g_param_value_validate(GParamSpec* pspec, GValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_param_values_cmp
gint g_param_values_cmp(GParamSpec* pspec, const(GValue)* value1, const(GValue)* value2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_dup_param
GParamSpec* g_value_dup_param(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_param
GParamSpec* g_value_get_param(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_param
void g_value_set_param(GValue* value, GParamSpec* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_param_take_ownership
deprecated void g_value_set_param_take_ownership(GValue* value, GParamSpec* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_take_param
void g_value_take_param(GValue* value, GParamSpec* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

G_PARAM_MASK
enum G_PARAM_MASK;
Undocumented in source.
G_PARAM_STATIC_STRINGS
enum G_PARAM_STATIC_STRINGS;
Undocumented in source.
G_PARAM_USER_SHIFT
enum G_PARAM_USER_SHIFT;

Structs

GParamSpec
struct GParamSpec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecClass
struct GParamSpecClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecPool
struct GParamSpecPool
Undocumented in source.
GParamSpecTypeInfo
struct GParamSpecTypeInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParameter
struct GParameter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta