Top | ![]() |
![]() |
![]() |
![]() |
A collection of interface utility functions, for loading interfaces and displaying errors.
void totem_interface_error (const char *title
,const char *reason
,GtkWindow *parent
);
Display a modal error dialogue with title
as its primary error text, and reason
as its secondary text.
title |
the error title |
|
reason |
the error reason (secondary text) |
|
parent |
the error dialogue's parent GtkWindow |
void totem_interface_error_blocking (const char *title
,const char *reason
,GtkWindow *parent
);
Display a modal error dialogue like totem_interface_error()
which blocks until the user has
dismissed it.
title |
the error title |
|
reason |
the error reason (secondary text) |
|
parent |
the error dialogue's parent GtkWindow |