Method

Gtk.ConstraintGuide.set_name

Declaration [src]

void
gtk_constraint_guide_set_name (
  GtkConstraintGuide* guide,
  const char* name
)

Description [src]

Sets a name for the given GtkConstraintGuide.

The name is useful for debugging purposes.

Parameters

name const char*
 

a name for the guide

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string