Virtual Method

PurpleUiget_display_version

unstable since: 3.0

Declaration [src]

char*
get_display_version (
  PurpleUi* ui
)

Description [src]

Gets a display version string for the user interface.

This is intended to be used as a response to queries about the client’s name and version.

User interfaces may override this.

Available since: 3.0

Return value

Type: char*

The display version string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.