Method
GckSessioncreate_object_finish
Declaration [src]
GckObject*
gck_session_create_object_finish (
GckSession* self,
GAsyncResult* result,
GError** error
)
Parameters
result |
GAsyncResult |
The result passed to the callback. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GckObject |
The newly created object or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |