Method
MsgDriveServicemove_file
Declaration [src]
MsgDriveItem*
msg_drive_service_move_file (
MsgDriveService* self,
MsgDriveItem* file,
MsgDriveItem* destination,
GCancellable* cancellable,
GError** error
)
Parameters
file |
MsgDriveItem |
Source |
|
| The data is owned by the caller of the function. | |
destination |
MsgDriveItem |
Destination directory |
|
| The data is owned by the caller of the function. | |
cancellable |
GCancellable |
A |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | MsgDriveItem |
Moved |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |