Method

PhocViewget_app_id

Declaration [src]

const char*
phoc_view_get_app_id (
  PhocView* self
)

Description [src]

Get the view’s app_id (if any).

Return value

Type: const char*

The app_id.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.