Constructor
HeSettingsRowwith_details
Declaration
HeSettingsRow*
he_settings_row_new_with_details (
const gchar* title,
const gchar* subtitle,
HeButton* primary_button
)
Parameters
title
-
Type:
const gchar*
The title of the settings row. .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*
The subtitle of the settings row. .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
The primary button of the settings row. .The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: HeSettingsRow
No description available.
The data is owned by the called function. |