Home | History | Annotate | Download | only in gobject

Lines Matching full:hold

37  * Checks whether the given #GValue can hold values of type %G_TYPE_CHAR.
46 * Checks whether the given #GValue can hold values of type %G_TYPE_UCHAR.
55 * Checks whether the given #GValue can hold values of type %G_TYPE_BOOLEAN.
64 * Checks whether the given #GValue can hold values of type %G_TYPE_INT.
73 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT.
82 * Checks whether the given #GValue can hold values of type %G_TYPE_LONG.
91 * Checks whether the given #GValue can hold values of type %G_TYPE_ULONG.
100 * Checks whether the given #GValue can hold values of type %G_TYPE_INT64.
109 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT64.
118 * Checks whether the given #GValue can hold values of type %G_TYPE_FLOAT.
127 * Checks whether the given #GValue can hold values of type %G_TYPE_DOUBLE.
136 * Checks whether the given #GValue can hold values of type %G_TYPE_STRING.
145 * Checks whether the given #GValue can hold values of type %G_TYPE_POINTER.
160 * Checks whether the given #GValue can hold values of type %G_TYPE_GTYPE.