Signal

PurpleMediaManager::init-media

Declaration

gboolean
init_media (
  PurpleMediaManager* self,
  PurpleMedia* media,
  gpointer account,
  gchar* remote_user,
  gpointer user_data
)

Description [src]

Emitted to initialize media.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

media

Type: PurpleMedia

The media.

The data is owned by the caller of the function.
account

Type: gpointer

The account.

The argument can be NULL.
The data is owned by the caller of the function.
remote_user

Type: gchar*

The remote user.

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 media was initialized.