Function
Astalwidget_set_class_names
Declaration
void
astal_widget_set_class_names (
GtkWidget* widget,
gchar** class_names,
gint class_names_length1
)
Parameters
widget-
Type:
GtkWidgetNo 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_length1argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. class_names_length1-
Type:
gintNo description available.