Function

Finchblist_get_size

Declaration [src]

gboolean
finch_blist_get_size (
  int* width,
  int* height
)

Description [src]

Get the size of the buddy list.

Parameters

width

Type: int*

The width is set here if not NULL.

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

Type: int*

The height is set here if not NULL.

The data is owned by the caller of the function.

Return value

Type: gboolean

Returns TRUE if the values were set, FALSE otherwise.