Constructor
MsgDriveItemFilenew_from_json
Declaration [src]
MsgDriveItemFile*
msg_drive_item_file_new_from_json (
JsonObject* object
)
Parameters
object |
JsonObject |
The json object to parse. |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | MsgDriveItemFile |
The newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |