mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 05:14:11 +02:00
add -DG_DISABLED_DEPRECATED
Tue Oct 15 15:07:45 2002 Manish Singh <yosh@gimp.org> * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am: add -DG_DISABLED_DEPRECATED * tests/gio-test.c tests/mainloop-test.c tests/string-test.c tests/testglib.c test/tree-test.c tests/unicode-collate.c tests/unicode-normalize.c: Deprecation cleanup
This commit is contained in:
committed by
Manish Singh
parent
1565a2027e
commit
d1f37d5053
@@ -105,7 +105,7 @@ shutdown_source (gpointer data)
|
||||
{
|
||||
nrunning--;
|
||||
if (nrunning == 0)
|
||||
g_main_quit (main_loop);
|
||||
g_main_loop_quit (main_loop);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -367,9 +367,9 @@ main (int argc,
|
||||
#endif
|
||||
}
|
||||
|
||||
main_loop = g_main_new (FALSE);
|
||||
main_loop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
g_main_run (main_loop);
|
||||
g_main_loop_run (main_loop);
|
||||
}
|
||||
else if (argc == 3)
|
||||
{
|
||||
|
Reference in New Issue
Block a user