Constructor
HeWelcomeScreennew
Declaration
HeWelcomeScreen*
he_welcome_screen_new (
const gchar* appname,
const gchar* description
)
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. |