Constructor
HeBottomBarwith_details
Declaration
HeBottomBar*
he_bottom_bar_new_with_details (
const gchar* title,
const gchar* description
)
Parameters
title
-
Type:
const gchar*
The title of the bottom bar. .The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. description
-
Type:
const gchar*
The description of the bottom bar. .The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: HeBottomBar
No description available.
The data is owned by the called function. |