TransactionFlag
Description:
[ CCode ( cname = "PkTransactionFlagEnum" , cprefix = "PK_TRANSACTION_FLAG_ENUM_" , type_id = "pk_transaction_flag_enum_get_type ()" ) ]
[ GIR ( name = "TransactionFlagEnum" ) ]
public enum TransactionFlag
The transaction flags that alter how the transaction is handled
Content:
Enum values:
Static methods:
- public static Bitfield bitfield_from_string (string transaction_flags)
Converts text representation to its enumerated type bitfield, or 0 for
invalid
- public static string bitfield_to_string (Bitfield transaction_flags)
Converts a enumerated type bitfield to its text representation
- public static TransactionFlag enum_from_string (string transaction_flag)
Converts a text enumerated type to its unsigned integer representation
- public static TransactionFlag from_string (string transaction_flag)
Methods: