Constructor

HeWelcomeScreennew

Declaration

HeWelcomeScreen*
he_welcome_screen_new (
  const gchar* appname,
  const gchar* description
)

Description [src]

Construct a new WelcomeScreen.

Since: 1.0.

Parameters

appname

Type: const gchar*

The name of the application. .

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
description

Type: const gchar*

The application description. .

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

Return value

Type: HeWelcomeScreen

No description available.

The data is owned by the called function.