Constructor

PhoshAppAuthPromptnew

Declaration [src]

GtkWidget*
phosh_app_auth_prompt_new (
  GIcon* icon,
  const char* title,
  const char* subtitle,
  const char* body,
  const char* grant_label,
  const char* deny_label,
  gboolean offer_remember,
  GVariant* choices
)

Description

No description available.

Parameters

icon GIcon
  No description available.
 The data is owned by the caller of the function.
title const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
subtitle const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
body const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
grant_label const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
deny_label const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
offer_remember gboolean
  No description available.
choices GVariant
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: GtkWidget
  No description available.
 The data is owned by the called function.