mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft shutdown event
This commit is contained in:
parent
37f109bec4
commit
b891678dbc
2 changed files with 29 additions and 1 deletions
|
|
@ -31,9 +31,17 @@ namespace app
|
|||
const guint WIDTH = 640;
|
||||
const guint HEIGHT = 480;
|
||||
|
||||
// Constructor
|
||||
Browser(
|
||||
GtkApplication *application
|
||||
);
|
||||
|
||||
private:
|
||||
|
||||
// Events
|
||||
static void _shutdown(
|
||||
GtkApplication *application
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue