Constructor

HeButtonnew

Declaration

HeButton*
he_button_new (
  const gchar* icon,
  const gchar* text
)

Description

No description available.

Parameters

icon

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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: HeButton

No description available.

The data is owned by the called function.