Method

PurpleWhiteboardManagerfind

since: 3.0

Declaration [src]

PurpleWhiteboard*
purple_whiteboard_manager_find (
  PurpleWhiteboardManager* manager,
  const gchar* id
)

Description [src]

Gets the PurpleWhiteboard identified by id if found, otherwise NULL.

Available since: 3.0

Parameters

id

Type: const gchar*

The id of the PurpleWhiteboard to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: PurpleWhiteboard

The PurpleWhiteboard identified by id or NULL.

The data is owned by the instance.