Method

PurpleRequestFieldis_filled

since: 3.0

Declaration [src]

gboolean
purple_request_field_is_filled (
  PurpleRequestField* field
)

Description [src]

Returns whether the field is currently filled.

Note: For subclassers, if this is not overridden, then the field is assumed to always be filled. If the filled status changes, then subclasses should notify on PurpleRequestField:filled.

Available since: 3.0

Return value

Type: gboolean

TRUE if the field has value, or FALSE.