Constructor

HeMiniContentBlockwith_details

Declaration

HeMiniContentBlock*
he_mini_content_block_new_with_details (
  const gchar* title,
  const gchar* subtitle,
  HeButton* primary_button,
  GtkWidget* widget
)

Description

No description available.

Parameters

title

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.
subtitle

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.
primary_button

Type: HeButton

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
widget

Type: GtkWidget

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: HeMiniContentBlock

No description available.

The data is owned by the called function.