Function

Astalwidget_set_class_names

since: 0.1

Declaration

void
astal_widget_set_class_names (
  GtkWidget* widget,
  gchar** class_names,
  gint class_names_length1
)

Description

No description available.

Available since: 0.1

Parameters

widget

Type: GtkWidget

No description available.

The data is owned by the caller of the function.
class_names

Type: An array of gchar*

No description available.

The length of the array is specified in the class_names_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
class_names_length1

Type: gint

No description available.