Method
P2pandaTopicspawn_async
Declaration [src]
void
p2panda_topic_spawn_async (
P2pandaTopic* topic,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
No description available.
This method completes asynchronously. Use p2panda_topic_spawn_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerUser data to pass to
callback.The argument can be NULL.The data is owned by the caller of the method.