Function

Finchblist_get_position

Declaration [src]

gboolean
finch_blist_get_position (
  int* x,
  int* y
)

Description [src]

Get the position of the buddy list.

Parameters

x

Type: int*

The x-coordinate is set here if not NULL.

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

Type: int*

The y-coordinate 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.