Method

GtkConstraintGuideget_name

Declaration [src]

const char*
gtk_constraint_guide_get_name (
  GtkConstraintGuide* guide
)

Description [src]

Retrieves the name set using gtk_constraint_guide_set_name().

Return value

Type: const char*

The name of the guide.

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