Function

Finchretrieve_user_info

Declaration [src]

gpointer
finch_retrieve_user_info (
  PurpleConnection* conn,
  const char* name
)

Description [src]

Get information about a user. Show immediate feedback.

Parameters

conn

Type: PurpleConnection

The connection to get information from.

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

Type: const char*

The user to get information about.

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

Return value

Type: gpointer

Returns the ui-handle for the userinfo notification.

The data is owned by the called function.
The return value can be NULL.