Constructor

PhoshGtkMountPromptnew

Declaration [src]

GtkWidget*
phosh_gtk_mount_prompt_new (
  const char* message,
  const char* icon_name,
  const char* default_user,
  const char* default_domain,
  GVariant* pids,
  const char* const* choices,
  GAskPasswordFlags ask_flags
)

Description

No description available.

Parameters

message const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
icon_name const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
default_user const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
default_domain const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
pids GVariant
  No description available.
 The data is owned by the caller of the function.
choices const char* const*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
ask_flags GAskPasswordFlags
  No description available.

Return value

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