Method

PurpleMediaManagerunregister_element

since: 2.6

Declaration [src]

gboolean
purple_media_manager_unregister_element (
  PurpleMediaManager* manager,
  const gchar* name
)

Description [src]

Unregisters the elemented named name from manager.

Available since: 2.6

Parameters

name

Type: const gchar*

The name of the element to unregister.

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

Return value

Type: gboolean

TRUE if the element was found and removed, otherwise FALSE.