API Version: 1.0
Library Version: 2.1.2
Generated by gi-docgen 2025.3
struct FuCborItem { /* No available fields */ }
No description available.
Converts an enumerated value to a string.
Creates a CBOR object representing an array.
since: 2.1.2
Creates a CBOR object representing a boolean.
Creates a CBOR object representing a byte string.
Creates a CBOR object representing an integer.
Creates a CBOR object representing a map, usually a dictionary.
Creates a CBOR object representing a string.
Adds an item to a CBOR object.
Gets a specific item in an array.
Gets the length of the CBOR array.
Gets an integer from a CBOR item.
Gets a raw bytestring from a CBOR item.
Get the CBOR item kind.
Gets a string from a CBOR item.
Adds key-value items to a CBOR map.
Gets a specific pair from a map.
Gets the length of the CBOR map.
Increases the reference count of a CBOR object.
Converts a CBOR item to a debug string.
Decreases the reference count of a CBOR object.
Writes CBOR items into a buffer.
Content