Constructor
HeBottomBarwith_details
Declaration
HeBottomBar*
he_bottom_bar_new_with_details (
  const gchar* title,
  const gchar* description
)
      Description [src]
Parameters
title- 
            
Type:
const gchar*The main title text to display .The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  description- 
            
Type:
const gchar*The secondary description text to display .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. |