Add shell_global_report_error()
Move the "system notification error" handling out of util.js, and add it to ShellGlobal so we can start calling it from across the codebase better (including C). https://bugzilla.gnome.org/show_bug.cgi?id=644402
This commit is contained in:
@ -143,6 +143,11 @@ void shell_global_play_theme_sound (ShellGlobal *global,
|
||||
void shell_global_cancel_theme_sound (ShellGlobal *global,
|
||||
guint id);
|
||||
|
||||
|
||||
void shell_global_notify_error (ShellGlobal *global,
|
||||
const char *msg,
|
||||
const char *details);
|
||||
|
||||
void shell_global_init_xdnd (ShellGlobal *global);
|
||||
|
||||
typedef void (*ShellGetTpContactCb) (TpConnection *connection,
|
||||
|
Reference in New Issue
Block a user