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 |
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 |
const char* |
Message. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
timeout |
const char* |
Timeout. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
display |
const char* |
Display. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
ok_text |
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 |
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 |
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 |
const int |
Window XID of parent. |
|
columns |
A list of gpointer |
Columns. |
|
The data is owned by the caller of the function. | |
entries |
A list of gpointer |
Entries. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GPid |
No description available. |