Constructor

HeModifierBadgenew

Declaration

HeModifierBadge*
he_modifier_badge_new (
  const gchar* label
)

Description [src]

Creates a new ModifierBadge..

Parameters

label

Type: const gchar*

The text of the badge. .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: HeModifierBadge

No description available.

The data is owned by the called function.