Virtual Method
FoundryFlatpakSerializabledeserialize_property
Declaration [src]
DexFuture*
deserialize_property (
FoundryFlatpakSerializable* self,
const char* property_name,
JsonNode* property_node
)
Parameters
property_name-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. property_node-
Type:
JsonNodeNo description available.
The data is owned by the caller of the method.
Return value
Type: DexFuture
No description available.
| The returned data is owned by the instance. |