Method
PurpleWhiteboardManagerfind
unstable since: 3.0
Declaration [src]
PurpleWhiteboard*
purple_whiteboard_manager_find (
PurpleWhiteboardManager* manager,
const char* id
)
Description [src]
Gets the PurpleWhiteboard
identified by id
if found, otherwise NULL
.
Available since: 3.0
Parameters
id
-
Type:
const char*
The id of the
PurpleWhiteboard
to find.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: PurpleWhiteboard
The PurpleWhiteboard
identified by id
or NULL
.
The returned data is owned by the instance. |