mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
use G_APPLICATION
This commit is contained in:
parent
5075798b0e
commit
3c705c14c2
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ int main(
|
||||||
|
|
||||||
// Connect the "activate" signal to the callback function
|
// Connect the "activate" signal to the callback function
|
||||||
g_signal_connect(
|
g_signal_connect(
|
||||||
application,
|
G_APPLICATION(
|
||||||
|
application
|
||||||
|
),
|
||||||
"activate",
|
"activate",
|
||||||
G_CALLBACK(
|
G_CALLBACK(
|
||||||
activate
|
activate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue