Constructor

MsgDriveItemFoldernew_from_json

Declaration [src]

MsgDriveItemFolder*
msg_drive_item_folder_new_from_json (
  JsonObject* object,
  GError** error
)

Description [src]

Creates a new MsgDriveItemFolder from json response object.

Parameters

object JsonObject
 

The json object to parse.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: MsgDriveItemFolder
 

The newly created MsgDriveItemFolder

 The caller of the function takes ownership of the data, and is responsible for freeing it.