G_IS_PARAM_SPEC_CHAR: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_CHAR.
Returns: TRUE on success.
G_PARAM_SPEC_CHAR: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecChar.
G_IS_PARAM_SPEC_UCHAR: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_UCHAR.
Returns: TRUE on success.
G_PARAM_SPEC_UCHAR: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecUChar.
G_IS_PARAM_SPEC_BOOLEAN: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_BOOLEAN.
Returns: TRUE on success.
G_PARAM_SPEC_BOOLEAN: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecBoolean.
G_IS_PARAM_SPEC_INT: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_INT.
Returns: TRUE on success.
G_PARAM_SPEC_INT: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecInt.
G_IS_PARAM_SPEC_UINT: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_UINT.
Returns: TRUE on success.
G_PARAM_SPEC_UINT: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecUInt.
G_IS_PARAM_SPEC_LONG: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_LONG.
Returns: TRUE on success.
G_PARAM_SPEC_LONG: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecLong.
G_IS_PARAM_SPEC_ULONG: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_ULONG.
Returns: TRUE on success.
G_PARAM_SPEC_ULONG: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecULong.
G_IS_PARAM_SPEC_INT64: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_INT64.
Returns: TRUE on success.
G_PARAM_SPEC_INT64: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecInt64.
G_IS_PARAM_SPEC_UINT64: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_UINT64.
Returns: TRUE on success.
G_PARAM_SPEC_UINT64: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecUInt64.
G_PARAM_SPEC_UNICHAR: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecUnichar.
G_IS_PARAM_SPEC_UNICHAR: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_UNICHAR.
Returns: TRUE on success.
G_IS_PARAM_SPEC_ENUM: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_ENUM.
Returns: TRUE on success.
G_PARAM_SPEC_ENUM: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecEnum.
G_IS_PARAM_SPEC_FLAGS: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_FLAGS.
Returns: TRUE on success.
G_PARAM_SPEC_FLAGS: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecFlags.
G_IS_PARAM_SPEC_FLOAT: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_FLOAT.
Returns: TRUE on success.
G_PARAM_SPEC_FLOAT: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecFloat.
G_IS_PARAM_SPEC_DOUBLE: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_DOUBLE.
Returns: TRUE on success.
G_PARAM_SPEC_DOUBLE: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecDouble.
G_IS_PARAM_SPEC_STRING: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_STRING.
Returns: TRUE on success.
G_PARAM_SPEC_STRING: : a valid GParamSpec instance
Casts a GParamSpec instance into a GParamSpecString.
G_IS_PARAM_SPEC_PARAM: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_PARAM.
Returns: TRUE on success.
G_PARAM_SPEC_PARAM: : a valid GParamSpec instance
Casts a GParamSpec instance into a GParamSpecParam.
G_IS_PARAM_SPEC_BOXED: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_BOXED.
Returns: TRUE on success.
G_PARAM_SPEC_BOXED: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecBoxed.
G_IS_PARAM_SPEC_POINTER: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_POINTER.
Returns: TRUE on success.
G_PARAM_SPEC_POINTER: : a valid GParamSpec instance
Casts a GParamSpec instance into a GParamSpecPointer.
G_IS_PARAM_SPEC_VALUE_ARRAY: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_VALUE_ARRAY.
Returns: TRUE on success.
G_PARAM_SPEC_VALUE_ARRAY: : a valid GParamSpec instance
Cast a GParamSpec instance into a GParamSpecValueArray.
G_IS_PARAM_SPEC_OBJECT: : a valid GParamSpec instance
Checks whether the given GParamSpec is of type G_TYPE_PARAM_OBJECT.
Returns: TRUE on success.
G_PARAM_SPEC_OBJECT: : a valid GParamSpec instance
Casts a GParamSpec instance into a GParamSpecObject.
G_IS_PARAM_SPEC_OVERRIDE: : a GParamSpec
Checks whether the given GParamSpec is of type G_TYPE_PARAM_OVERRIDE.
Since: 2.4 Returns: TRUE on success.
G_IS_PARAM_SPEC_GTYPE: : a GParamSpec
Checks whether the given GParamSpec is of type G_TYPE_PARAM_GTYPE.
Since: 2.10 Returns: TRUE on success.
| typedef struct _GParamSpecChar | GParamSpecChar |
| typedef struct _GParamSpecUChar | GParamSpecUChar |
| typedef struct _GParamSpecBoolean | GParamSpecBoolean |
| typedef struct _GParamSpecInt | GParamSpecInt |
| typedef struct _GParamSpecUInt | GParamSpecUInt |
| typedef struct _GParamSpecLong | GParamSpecLong |
| typedef struct _GParamSpecULong | GParamSpecULong |
| typedef struct _GParamSpecInt64 | GParamSpecInt64 |
| typedef struct _GParamSpecUInt64 | GParamSpecUInt64 |
| typedef struct _GParamSpecUnichar | GParamSpecUnichar |
| typedef struct _GParamSpecEnum | GParamSpecEnum |
| typedef struct _GParamSpecFlags | GParamSpecFlags |
| typedef struct _GParamSpecFloat | GParamSpecFloat |
| typedef struct _GParamSpecDouble | GParamSpecDouble |
| typedef struct _GParamSpecString | GParamSpecString |
| typedef struct _GParamSpecParam | GParamSpecParam |
| typedef struct _GParamSpecBoxed | GParamSpecBoxed |
| typedef struct _GParamSpecPointer | GParamSpecPointer |
| typedef struct _GParamSpecValueArray | GParamSpecValueArray |
| typedef struct _GParamSpecObject | GParamSpecObject |
| typedef struct _GParamSpecOverride | GParamSpecOverride |
| typedef struct _GParamSpecGType | GParamSpecGType |
| IMPORT_C GParamSpec * | g_param_spec_char | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gint8 | minimum, | |||
| gint8 | maximum, | |||
| gint8 | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_uchar | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| guint8 | minimum, | |||
| guint8 | maximum, | |||
| guint8 | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_boolean | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gboolean | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_int | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gint | minimum, | |||
| gint | maximum, | |||
| gint | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_uint | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| guint | minimum, | |||
| guint | maximum, | |||
| guint | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_long | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| glong | minimum, | |||
| glong | maximum, | |||
| glong | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_ulong | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gulong | minimum, | |||
| gulong | maximum, | |||
| gulong | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_int64 | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gint64 | minimum, | |||
| gint64 | maximum, | |||
| gint64 | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_uint64 | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| guint64 | minimum, | |||
| guint64 | maximum, | |||
| guint64 | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_unichar | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gunichar | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_enum | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GType | enum_type, | |||
| gint | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_flags | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GType | flags_type, | |||
| guint | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_float | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gfloat | minimum, | |||
| gfloat | maximum, | |||
| gfloat | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_double | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| gdouble | minimum, | |||
| gdouble | maximum, | |||
| gdouble | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_string | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| const gchar * | default_value, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_param | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GType | param_type, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_boxed | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GType | boxed_type, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_pointer | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_value_array | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GParamSpec * | element_spec, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_object | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GType | object_type, | |||
| GParamFlags | flags | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_override | ( | const gchar * | name, |
| GParamSpec * | overridden | |||
| ) | ||||
| IMPORT_C GParamSpec * | g_param_spec_gtype | ( | const gchar * | name, |
| const gchar * | nick, | |||
| const gchar * | blurb, | |||
| GType | is_a_type, | |||
| GParamFlags | flags | |||
| ) | ||||