Method

PurplePluginPrefget_bounds

Declaration [src]

void
purple_plugin_pref_get_bounds (
  PurplePluginPref* pref,
  int* min,
  int* max
)

Description [src]

Get the bounds for an integer pref.

Parameters

min

Type: int*

The min value.

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

Type: int*

The max value.

The data is owned by the caller of the function.