Go to the source code of this file.
◆ kasset_type_from_string()
Attempts to convert the provided type string to the appropriate enumeration value.
- Parameters
-
type_str | The type string to be examined. |
- Returns
- The converted type if successful; otherwise KASSET_TYPE_UNKNOWN.
◆ kasset_type_is_binary()
Indicates if the given asset type is a binary asset type.
- Parameters
-
- Returns
- True if the given asset type is binary; otherwise false.
◆ kasset_type_to_string()
Converts the given asset type enumeration value to its string representation. NOTE: Returns a copy of the string, which should be freed when no longer used.
- Parameters
-
type | The type to be converted. |
- Returns
- The string representation of the type.