Method

PhocViewget_tag

Declaration [src]

const char*
phoc_view_get_tag (
  PhocView* self
)

Description [src]

Get the tag of the current view.

Gets propertyPhoc.View:tag

Return value

Type: const char*

No description available.

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