Package ch.bailu.gtk.gobject
Schnittstelle GobjectConstants
public interface GobjectConstants
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intMask containing the bits of #GParamSpec.flags which are reserved for GLib.static final int#GParamFlags value alias for %G_PARAM_STATIC_NAME | %G_PARAM_STATIC_NICK | %G_PARAM_STATIC_BLURB.static final intMinimum shift count to be used for user defined flags, to be stored in
#GParamSpec.flags.static final intA mask for all #GSignalFlags bits.static final intA mask for all #GSignalMatchType bits.static final longA bit in the type number that's supposed to be left untouched.static final intAn integer constant that represents the number of identifiers reserved
for types that are assigned at compile-time.static final intShift value used in converting numbers to type IDs.static final intFirst fundamental type number to create a new fundamental type id with
G_TYPE_MAKE_FUNDAMENTAL() reserved for BSE.static final intLast fundamental type number reserved for BSE.static final intFirst fundamental type number to create a new fundamental type id with
G_TYPE_MAKE_FUNDAMENTAL() reserved for GLib.static final intLast fundamental type number reserved for GLib.static final intFirst available fundamental type number to create new fundamental
type id with G_TYPE_MAKE_FUNDAMENTAL().static final intThe maximal number of #GTypeCValues which can be collected for a
single #GValue.static final intFor string values, indicates that the string contained is canonical and will
exist for the duration of the process.static final intIf passed to G_VALUE_COLLECT(), allocated data won't be copied
but used verbatim.
-
Felddetails
-
PARAM_MASK
static final int PARAM_MASKMask containing the bits of #GParamSpec.flags which are reserved for GLib.- Siehe auch:
-
PARAM_STATIC_STRINGS
static final int PARAM_STATIC_STRINGS#GParamFlags value alias for %G_PARAM_STATIC_NAME | %G_PARAM_STATIC_NICK | %G_PARAM_STATIC_BLURB.
It is recommended to use this for all properties by default, as it allows for
internal performance improvements in GObject.
It is very rare that a property would have a dynamically constructed name,
nickname or blurb.
Since 2.13.0- Siehe auch:
-
PARAM_USER_SHIFT
static final int PARAM_USER_SHIFTMinimum shift count to be used for user defined flags, to be stored in
#GParamSpec.flags. The maximum allowed is 10.- Siehe auch:
-
SIGNAL_FLAGS_MASK
static final int SIGNAL_FLAGS_MASKA mask for all #GSignalFlags bits.- Siehe auch:
-
SIGNAL_MATCH_MASK
static final int SIGNAL_MATCH_MASKA mask for all #GSignalMatchType bits.- Siehe auch:
-
TYPE_FLAG_RESERVED_ID_BIT
static final long TYPE_FLAG_RESERVED_ID_BITA bit in the type number that's supposed to be left untouched.- Siehe auch:
-
TYPE_FUNDAMENTAL_MAX
static final int TYPE_FUNDAMENTAL_MAXAn integer constant that represents the number of identifiers reserved
for types that are assigned at compile-time.- Siehe auch:
-
TYPE_FUNDAMENTAL_SHIFT
static final int TYPE_FUNDAMENTAL_SHIFTShift value used in converting numbers to type IDs.- Siehe auch:
-
TYPE_RESERVED_BSE_FIRST
static final int TYPE_RESERVED_BSE_FIRSTFirst fundamental type number to create a new fundamental type id with
G_TYPE_MAKE_FUNDAMENTAL() reserved for BSE.- Siehe auch:
-
TYPE_RESERVED_BSE_LAST
static final int TYPE_RESERVED_BSE_LASTLast fundamental type number reserved for BSE.- Siehe auch:
-
TYPE_RESERVED_GLIB_FIRST
static final int TYPE_RESERVED_GLIB_FIRSTFirst fundamental type number to create a new fundamental type id with
G_TYPE_MAKE_FUNDAMENTAL() reserved for GLib.- Siehe auch:
-
TYPE_RESERVED_GLIB_LAST
static final int TYPE_RESERVED_GLIB_LASTLast fundamental type number reserved for GLib.- Siehe auch:
-
TYPE_RESERVED_USER_FIRST
static final int TYPE_RESERVED_USER_FIRSTFirst available fundamental type number to create new fundamental
type id with G_TYPE_MAKE_FUNDAMENTAL().- Siehe auch:
-
VALUE_COLLECT_FORMAT_MAX_LENGTH
static final int VALUE_COLLECT_FORMAT_MAX_LENGTHThe maximal number of #GTypeCValues which can be collected for a
single #GValue.- Siehe auch:
-
VALUE_INTERNED_STRING
static final int VALUE_INTERNED_STRINGFor string values, indicates that the string contained is canonical and will
exist for the duration of the process. See g_value_set_interned_string().- Siehe auch:
-
VALUE_NOCOPY_CONTENTS
static final int VALUE_NOCOPY_CONTENTSIf passed to G_VALUE_COLLECT(), allocated data won't be copied
but used verbatim. This does not affect ref-counted types like
objects. This does not affect usage of g_value_copy(), the data will
be copied if it is not ref-counted.- Siehe auch:
-