mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 02:35:28 +01:00
Additions.
This commit is contained in:
parent
048002c8f7
commit
91da77c5b4
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gobject/tmpl/enumerations_flags.sgml: Additions.
|
||||||
|
|
||||||
2003-04-01 Matthias Clasen <maclas@gmx.de>
|
2003-04-01 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/tmpl/error_reporting.sgml:
|
* glib/tmpl/error_reporting.sgml:
|
||||||
|
@ -118,7 +118,8 @@ Returns the static type name from a given #GFlagsClass structure.
|
|||||||
|
|
||||||
<!-- ##### STRUCT GEnumValue ##### -->
|
<!-- ##### STRUCT GEnumValue ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
A structure which contains a single enum value, its name, and it's
|
||||||
|
nickname.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@value:
|
@value:
|
||||||
@ -136,62 +137,67 @@ Returns the static type name from a given #GFlagsClass structure.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION g_enum_get_value ##### -->
|
<!-- ##### FUNCTION g_enum_get_value ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Returns the #GEnumValue for a value.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@enum_class:
|
@enum_class: a #GEnumClass
|
||||||
@value:
|
@value: the value to look up
|
||||||
@Returns:
|
@Returns: the #GEnumValue for @value, or %NULL if @value is not
|
||||||
|
a member of the enumeration
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_enum_get_value_by_name ##### -->
|
<!-- ##### FUNCTION g_enum_get_value_by_name ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Looks up a #GEnumValue by name.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@enum_class:
|
@enum_class: a #GEnumClass
|
||||||
@name:
|
@name: the name to look up
|
||||||
@Returns:
|
@Returns: the #GEnumValue with name @name, or %NULL if the enumeration doesn'
|
||||||
|
t have a member with that name
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_enum_get_value_by_nick ##### -->
|
<!-- ##### FUNCTION g_enum_get_value_by_nick ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Looks up a #GEnumValue by nickname.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@enum_class:
|
@enum_class: a #GEnumClass
|
||||||
@nick:
|
@nick: the nickname to look up
|
||||||
@Returns:
|
@Returns: the #GEnumValue with nickname @nick, or %NULL if the enumeration doesn'
|
||||||
|
t have a member with that nickname
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_flags_get_first_value ##### -->
|
<!-- ##### FUNCTION g_flags_get_first_value ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Returns the first #GFlagsValue which is set in @value.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@flags_class:
|
@flags_class: a #GFlagsClass
|
||||||
@value:
|
@value: the value
|
||||||
@Returns:
|
@Returns: the first #GFlagsValue which is set in @value, or %NULL if none is set
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_flags_get_value_by_name ##### -->
|
<!-- ##### FUNCTION g_flags_get_value_by_name ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Looks up a #GFlagsValue by name.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@flags_class:
|
@flags_class: a #GFlagsClass
|
||||||
@name:
|
@name: the name to look up
|
||||||
@Returns:
|
@Returns: the #GFlagsValue with name @name, or %NULL if there is no flag with
|
||||||
|
that name
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_flags_get_value_by_nick ##### -->
|
<!-- ##### FUNCTION g_flags_get_value_by_nick ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Looks up a #GFlagsValue by nickname.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@flags_class:
|
@flags_class: a #GFlagsClass
|
||||||
@nick:
|
@nick: the nickname to look up
|
||||||
@Returns:
|
@Returns: the #GFlagsValue with nickname @nick, or %NULL if there is no flag
|
||||||
|
with that nickname
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_enum_register_static ##### -->
|
<!-- ##### FUNCTION g_enum_register_static ##### -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user