Function
Metashow_dialog
Declaration [src]
GPid
meta_show_dialog (
const char* type,
const char* message,
const char* timeout,
const char* display,
const char* ok_text,
const char* cancel_text,
const char* icon_name,
const int transient_for,
GSList* columns,
GSList* entries
)
Parameters
type-
Type:
const char*Type of dialog.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. message-
Type:
const char*Message.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. timeout-
Type:
const char*Timeout.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. display-
Type:
const char*Display.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ok_text-
Type:
const char*Text for Ok button.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. cancel_text-
Type:
const char*Text for Cancel button.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. icon_name-
Type:
const char*Icon name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. transient_for-
Type:
const intWindow XID of parent.
columns-
Type: A list of
gpointerColumns.
The data is owned by the caller of the function. entries-
Type: A list of
gpointerEntries.
The data is owned by the caller of the function.
Return value
Type: GPid
No description available.