mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Removed deprecated calls. Closes #560445.
* src/core/delete.c: remove deprecated g_strcasecmp. * src/include/main.h: no actual deprecated call, but a mention of one which was out of date. svn path=/trunk/; revision=4018
This commit is contained in:
@ -35,7 +35,7 @@ typedef enum
|
||||
/* exit immediately */
|
||||
void meta_exit (MetaExitCode code);
|
||||
|
||||
/* g_main_quit() then fall out of main() */
|
||||
/* g_main_loop_quit() then fall out of main() */
|
||||
void meta_quit (MetaExitCode code);
|
||||
|
||||
void meta_restart (void);
|
||||
|
Reference in New Issue
Block a user