gobject.gparamspecs

Undocumented in source.

Members

Functions

g_param_spec_boolean
GParamSpec* g_param_spec_boolean(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gboolean default_value, 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_boxed
GParamSpec* g_param_spec_boxed(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GType boxed_type, 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_char
GParamSpec* g_param_spec_char(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gint8 minimum, gint8 maximum, gint8 default_value, 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_double
GParamSpec* g_param_spec_double(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gdouble minimum, gdouble maximum, gdouble default_value, 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_enum
GParamSpec* g_param_spec_enum(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GType enum_type, gint default_value, 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_flags
GParamSpec* g_param_spec_flags(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GType flags_type, guint default_value, 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_float
GParamSpec* g_param_spec_float(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gfloat minimum, gfloat maximum, gfloat default_value, 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_gtype
GParamSpec* g_param_spec_gtype(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GType is_a_type, 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_int
GParamSpec* g_param_spec_int(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gint minimum, gint maximum, gint default_value, 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_int64
GParamSpec* g_param_spec_int64(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gint64 minimum, gint64 maximum, gint64 default_value, 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_long
GParamSpec* g_param_spec_long(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, glong minimum, glong maximum, glong default_value, 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_object
GParamSpec* g_param_spec_object(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GType object_type, 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_override
GParamSpec* g_param_spec_override(const(gchar)* name, GParamSpec* overridden)
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_param
GParamSpec* g_param_spec_param(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GType param_type, 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_pointer
GParamSpec* g_param_spec_pointer(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_string
GParamSpec* g_param_spec_string(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, const(gchar)* default_value, 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_uchar
GParamSpec* g_param_spec_uchar(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, guint8 minimum, guint8 maximum, guint8 default_value, 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_uint
GParamSpec* g_param_spec_uint(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, guint minimum, guint maximum, guint default_value, 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_uint64
GParamSpec* g_param_spec_uint64(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, guint64 minimum, guint64 maximum, guint64 default_value, 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_ulong
GParamSpec* g_param_spec_ulong(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gulong minimum, gulong maximum, gulong default_value, 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_unichar
GParamSpec* g_param_spec_unichar(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, gunichar default_value, 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_value_array
GParamSpec* g_param_spec_value_array(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, GParamSpec* element_spec, 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_variant
GParamSpec* g_param_spec_variant(const(gchar)* name, const(gchar)* nick, const(gchar)* blurb, const(GVariantType)* type, GVariant* default_value, GParamFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_param_spec_types
GType* g_param_spec_types;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GParamSpecBoolean
struct GParamSpecBoolean
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecBoxed
struct GParamSpecBoxed
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecChar
struct GParamSpecChar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecDouble
struct GParamSpecDouble
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecEnum
struct GParamSpecEnum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecFlags
struct GParamSpecFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecFloat
struct GParamSpecFloat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecGType
struct GParamSpecGType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecInt
struct GParamSpecInt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecInt64
struct GParamSpecInt64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecLong
struct GParamSpecLong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecObject
struct GParamSpecObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecOverride
struct GParamSpecOverride
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecParam
struct GParamSpecParam
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecPointer
struct GParamSpecPointer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecString
struct GParamSpecString
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecUChar
struct GParamSpecUChar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecUInt
struct GParamSpecUInt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecUInt64
struct GParamSpecUInt64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecULong
struct GParamSpecULong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecUnichar
struct GParamSpecUnichar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecValueArray
struct GParamSpecValueArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GParamSpecVariant
struct GParamSpecVariant
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta