UserPrompter
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_user_prompter_get_type ()" ) ]
[
Version ( since =
"3.8" ) ]
public class UserPrompter :
Object
Contains only private data that should be read and manipulated using the functions below.
Content:
Creation methods:
Methods:
- public async int extension_prompt (string dialog_name, NamedParameters? in_parameters, Cancellable? cancellable) throws Error
Asynchronously prompt a user for a decision on an extension-provided
dialog.
- public int extension_prompt_sync (string dialog_name, NamedParameters? in_parameters, NamedParameters? out_values, Cancellable? cancellable = null) throws Error
Synchronously prompt a user for a decision on an extension-provided
dialog.
- public async int prompt (string? type, string? title, string? primary_text, string? secondary_text, bool use_markup, List<string>? button_captions, Cancellable? cancellable) throws Error
Asynchronously prompt a user for a decision.
- public int prompt_sync (string? type, string? title, string? primary_text, string? secondary_text, bool use_markup, List<string>? button_captions, Cancellable? cancellable = null) throws Error
Prompts a user for a decision.
Inherited Members:
All known members inherited from class GLib.Object