Class EnumListItem
public class EnumListItem
- Inheritance
-
EnumListItem
- Inherited Members
Methods
GetGType()
Calls native function adw_enum_list_item_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetName(IntPtr)
Calls native method adw_enum_list_item_get_name.
public static extern NonNullableUtf8StringUnownedHandle GetName(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: False
GetNick(IntPtr)
Calls native method adw_enum_list_item_get_nick.
public static extern NonNullableUtf8StringUnownedHandle GetNick(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: False
GetValue(IntPtr)
Calls native method adw_enum_list_item_get_value.
public static extern int GetValue(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- int
Transfer ownership: None Nullable: False