Method
FoundryAuthPromptBuilderadd_param
Declaration [src]
void
foundry_auth_prompt_builder_add_param (
FoundryAuthPromptBuilder* builder,
const char* id,
const char* name,
const char* value,
gboolean hidden
)
Parameters
id
-
Type:
const char*
The identifier for the param like “username”.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. name
-
Type:
const char*
The translated name for the param like _(“Username”).
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
const char*
The initial value for the param.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. hidden
-
Type:
gboolean
If the param input should be hidden or obscured such as that of a password entry.