Virtual Method
PurpleProtocolConversationset_title_async
unstable since: 3.0
Declaration [src]
void
set_title_async (
  PurpleProtocolConversation* protocol,
  PurpleConversation* conversation,
  const char* title,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer data
)
      Parameters
conversation- 
            
Type:
PurpleConversationThe conversation instance.
The data is owned by the caller of the method.  title- 
            
Type:
const char*The new title.
The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.  cancellable- 
            
Type:
GCancellableOptional GCancellable object.
The argument can be NULL.The data is owned by the caller of the method.  callback- 
            
Type:
GAsyncReadyCallbackCallback to call after the title has been set.
 data- 
            
Type:
gpointerOptional user data to pass to
callback.The argument can be NULL.The data is owned by the caller of the method.