⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 param_value_types.sgml

📁 linux下电话本所依赖的库文件
💻 SGML
📖 第 1 页 / 共 3 页
字号:
<para>Cast a #GParamSpec instance into a #GParamSpecInt64.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_INT64 ##### --><para>Return whether the given #GValue can hold values of type %G_TYPE_INT64.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_INT64 ##### --><para>The #GType of #GParamSpecInt64.</para><!-- ##### STRUCT GParamSpecInt64 ##### --><para>A #GParamSpec derived structure that contains the meta data for 64bit integer properties.</para>@parent_instance: private #GParamSpec portion@minimum:         minimum value for the property specified@maximum:         maximum value for the property specified@default_value:   default value for the property specified<!-- ##### FUNCTION g_param_spec_int64 ##### --><para>Creates a new #GParamSpecInt64 instance specifying a %G_TYPE_INT64 property.</para><para>See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@minimum:       minimum value for the property specified@maximum:       maximum value for the property specified@default_value: default value for the property specified@flags:         flags for the property specified@Returns: a newly created parameter specification<!-- ##### FUNCTION g_value_set_int64 ##### --><para>Set the contents of a %G_TYPE_INT64 #GValue to @v_int64.</para>@value:  a valid #GValue of type %G_TYPE_INT64@v_int64: 64bit integer value to be set<!-- ##### FUNCTION g_value_get_int64 ##### --><para>Get the contents of a %G_TYPE_INT64 #GValue.</para>@value:   a valid #GValue of type %G_TYPE_INT64@Returns: 64bit integer contents of @value<!-- ##### MACRO G_IS_PARAM_SPEC_UINT64 ##### --><para>Return whether the given #GParamSpec is of type %G_TYPE_PARAM_UINT64.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_PARAM_SPEC_UINT64 ##### --><para>Cast a #GParamSpec instance into a #GParamSpecUInt64.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_UINT64 ##### --><para>Return whether the given #GValue can hold values of type %G_TYPE_UINT64.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_UINT64 ##### --><para>The #GType of #GParamSpecUInt64.</para><!-- ##### STRUCT GParamSpecUInt64 ##### --><para>A #GParamSpec derived structure that contains the meta data for unsigned 64bit integer properties.</para>@parent_instance: private #GParamSpec portion@minimum:         minimum value for the property specified@maximum:         maximum value for the property specified@default_value:   default value for the property specified<!-- ##### FUNCTION g_param_spec_uint64 ##### --><para>Creates a new #GParamSpecUInt64 instance specifying a %G_TYPE_UINT64 property.</para><para>See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@minimum:       minimum value for the property specified@maximum:       maximum value for the property specified@default_value: default value for the property specified@flags:         flags for the property specified@Returns: a newly created parameter specification<!-- ##### FUNCTION g_value_set_uint64 ##### --><para>Set the contents of a %G_TYPE_UINT64 #GValue to @v_uint64.</para>@value:   a valid #GValue of type %G_TYPE_UINT64@v_uint64: unsigned 64bit integer value to be set<!-- ##### FUNCTION g_value_get_uint64 ##### --><para>Get the contents of a %G_TYPE_UINT64 #GValue.</para>@value:   a valid #GValue of type %G_TYPE_UINT64@Returns: unsigned 64bit integer contents of @value<!-- ##### MACRO G_IS_PARAM_SPEC_FLOAT ##### --><para>Return whether the given #GParamSpec is of type %G_TYPE_PARAM_FLOAT.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_PARAM_SPEC_FLOAT ##### --><para>Cast a #GParamSpec instance into a #GParamSpecFloat.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_FLOAT ##### --><para>Return whether the given #GValue can hold values of type %G_TYPE_FLOAT.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_FLOAT ##### --><para>The #GType of #GParamSpecFloat.</para><!-- ##### STRUCT GParamSpecFloat ##### --><para>A #GParamSpec derived structure that contains the meta data for float properties.</para>@parent_instance: private #GParamSpec portion@minimum:         minimum value for the property specified@maximum:         maximum value for the property specified@default_value:   default value for the property specified@epsilon: <!-- ##### FUNCTION g_param_spec_float ##### --><para>Creates a new #GParamSpecFloat instance specifying a %G_TYPE_FLOAT property.</para><para> See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@minimum:       minimum value for the property specified@maximum:       maximum value for the property specified@default_value: default value for the property specified@flags:         flags for the property specified@Returns: a newly created parameter specification<!-- ##### FUNCTION g_value_set_float ##### --><para>Set the contents of a %G_TYPE_FLOAT #GValue to @v_float.</para>@value:     a valid #GValue of type %G_TYPE_FLOAT@v_float: float value to be set<!-- ##### FUNCTION g_value_get_float ##### --><para>Get the contents of a %G_TYPE_FLOAT #GValue.</para>@value:   a valid #GValue of type %G_TYPE_FLOAT@Returns: float contents of @value<!-- ##### MACRO G_IS_PARAM_SPEC_DOUBLE ##### --><para>Return whether the given #GParamSpec is of type %G_TYPE_PARAM_DOUBLE.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_PARAM_SPEC_DOUBLE ##### --><para>Cast a #GParamSpec instance into a #GParamSpecDouble.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_DOUBLE ##### --><para>Return whether the given #GValue can hold values of type %G_TYPE_DOUBLE.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_DOUBLE ##### --><para>The #GType of #GParamSpecDouble.</para><!-- ##### STRUCT GParamSpecDouble ##### --><para>A #GParamSpec derived structure that contains the meta data for double properties.</para>@parent_instance: private #GParamSpec portion@minimum:         minimum value for the property specified@maximum:         maximum value for the property specified@default_value:   default value for the property specified@epsilon: <!-- ##### FUNCTION g_param_spec_double ##### --><para>Creates a new #GParamSpecDouble instance specifying a %G_TYPE_DOUBLE property.</para><para> See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@minimum:       minimum value for the property specified@maximum:       maximum value for the property specified@default_value: default value for the property specified@flags:         flags for the property specified@Returns:  a newly created parameter specification<!-- ##### FUNCTION g_value_set_double ##### --><para>Set the contents of a %G_TYPE_DOUBLE #GValue to @v_double.</para>@value:     a valid #GValue of type %G_TYPE_DOUBLE@v_double: double value to be set<!-- ##### FUNCTION g_value_get_double ##### --><para>Get the contents of a %G_TYPE_DOUBLE #GValue.</para>@value:   a valid #GValue of type %G_TYPE_DOUBLE@Returns: double contents of @value<!-- ##### MACRO G_IS_PARAM_SPEC_ENUM ##### --><para>Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_ENUM.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_PARAM_SPEC_ENUM ##### --><para>Cast a #GParamSpec instance into a #GParamSpecEnum.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_ENUM ##### --><para>Return whether the given #GValue can hold values derived from type %G_TYPE_ENUM.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_ENUM ##### --><para>The #GType of #GParamSpecEnum.</para><!-- ##### STRUCT GParamSpecEnum ##### --><para>A #GParamSpec derived structure that contains the meta data for enum properties.</para>@parent_instance: private #GParamSpec portion@enum_class: the #GEnumClass for the enum@default_value:   default value for the property specified<!-- ##### FUNCTION g_param_spec_enum ##### --><para>Creates a new #GParamSpecEnum instance specifying a %G_TYPE_ENUMproperty.</para><para> See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@enum_type:     a #GType derived from %G_TYPE_ENUM@default_value: default value for the property specified@flags:         flags for the property specified@Returns:  a newly created parameter specification<!-- ##### FUNCTION g_value_set_enum ##### --><para>Set the contents of a %G_TYPE_ENUM #GValue to @v_enum.</para>@value:  a valid #GValue whose type is derived from %G_TYPE_ENUM@v_enum: enum value to be set<!-- ##### FUNCTION g_value_get_enum ##### --><para>Get the contents of a %G_TYPE_ENUM #GValue.</para>@value:   a valid #GValue whose type is derived from %G_TYPE_ENUM@Returns: enum contents of @value<!-- ##### MACRO G_IS_PARAM_SPEC_FLAGS ##### --><para>Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_FLAGS.</para>@pspec:  a valid #GParamSpec instance<!-- ##### MACRO G_PARAM_SPEC_FLAGS ##### --><para>Cast a #GParamSpec instance into a #GParamSpecFlags.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_FLAGS ##### --><para>Returns whether the given #GValue can hold values derived from type %G_TYPE_FLAGS.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_FLAGS ##### --><para>The #GType of #GParamSpecFlags.</para><!-- ##### STRUCT GParamSpecFlags ##### --><para>A #GParamSpec derived structure that contains the meta data for flagsproperties.</para>@parent_instance: private #GParamSpec portion@flags_class: the #GFlagsClass for the flags@default_value:   default value for the property specified<!-- ##### FUNCTION g_param_spec_flags ##### --><para>Creates a new #GParamSpecEnum instance specifying a %G_TYPE_FLAGSproperty.</para><para> See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@flags_type:     a #GType derived from %G_TYPE_FLAGS@default_value: default value for the property specified@flags:         flags for the property specified@Returns:  a newly created parameter specification<!-- ##### FUNCTION g_value_set_flags ##### --><para>Set the contents of a %G_TYPE_FLAGS #GValue to @v_flags.</para>@value:  a valid #GValue whose type is derived from %G_TYPE_FLAGS@v_flags: flags value to be set<!-- ##### FUNCTION g_value_get_flags ##### --><para>Get the contents of a %G_TYPE_FLAGS #GValue.</para>@value:   a valid #GValue whose type is derived from %G_TYPE_FLAGS@Returns: flags contents of @value<!-- ##### MACRO G_IS_PARAM_SPEC_STRING ##### --><para>Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_STRING.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_PARAM_SPEC_STRING ##### --><para>Casts a #GParamSpec instance into a #GParamSpecString.</para>@pspec: a valid #GParamSpec instance<!-- ##### MACRO G_VALUE_HOLDS_STRING ##### --><para>Return whether the given #GValue can hold values of type %G_TYPE_STRING.</para>@value: a valid #GValue structure<!-- ##### MACRO G_TYPE_PARAM_STRING ##### --><para>The #GType of #GParamSpecString.</para><!-- ##### STRUCT GParamSpecString ##### --><para>A #GParamSpec derived structure that contains the meta data for stringproperties.</para>@parent_instance: private #GParamSpec portion@default_value:   default value for the property specified@cset_first: a string containing the allowed values for the first byte@cset_nth: a string containing the allowed values for the subsequent bytes@substitutor: the replacement byte for bytes which don't match @cset_first or @cset_nth.@null_fold_if_empty: replace empty string by %NULL@ensure_non_null:  replace %NULL strings by an empty string<!-- ##### TYPEDEF gchararray ##### --><para>A C representable type name for #G_TYPE_STRING.</para><!-- ##### FUNCTION g_param_spec_string ##### --><para>Creates a new #GParamSpecString instance.</para><para> See g_param_spec_internal() for details on property names.</para>@name:          canonical name of the property specified@nick:          nick name for the property specified@blurb:         description of the property specified@default_value: default value for the property specified@flags:         flags for the property specified@Returns:  a newly created parameter specification<!-- ##### FUNCTION g_value_set_string ##### --><para>Set the contents of a %G_TYPE_STRING #GValue to @v_string.</para>@value:  a valid #GValue of type %G_TYPE_STRING@v_string: string to be set<!-- ##### FUNCTION g_value_set_static_string ##### --><para>Set the contents of a %G_TYPE_STRING #GValue to @v_string.The string is assumed to be static, and is thus not duplicatedwhen setting the #GValue.</para>@value:  a valid #GValue of type %G_TYPE_STRING@v_string: static string to be set<!-- ##### FUNCTION g_value_take_string ##### --><para>Sets the contents of a %G_TYPE_STRING #GValue to @v_string.</para>@value:   a valid #GValue of type %G_TYPE_STRING@v_string: duplicated unowned string to be set@Since: 2.4<!-- ##### FUNCTION g_value_set_string_take_ownership ##### --><para>This is an internal function introduced mainly for C marshallers.</para>@value:   a valid #GValue of type %G_TYPE_STRING@v_string: duplicated unowned string to be set@Deprecated: Use g_value_take_string() instead.<!-- ##### FUNCTION g_value_get_string ##### --><para>Get the contents of a %G_TYPE_STRING #GValue.</para>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -