fix g_io_scheduler symbol names.

2007-12-14  Michael Natterer  <mitch@imendio.com>

	* gio.symbols: fix g_io_scheduler symbol names.


svn path=/trunk/; revision=6118
This commit is contained in:
Michael Natterer 2007-12-14 10:59:10 +00:00 committed by Michael Natterer
parent ced2927726
commit 0f8f543230
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-12-14 Michael Natterer <mitch@imendio.com>
* gio.symbols: fix g_io_scheduler symbol names.
2007-12-14 Alexander Larsson <alexl@redhat.com>
* Makefile.am:

View File

@ -517,9 +517,10 @@ g_io_modules_load_all_in_directory
#if IN_HEADER(__G_IO_SCHEDULER_H__)
#if IN_FILE(__G_IO_SCHEDULER_C__)
g_schedule_io_job
g_cancel_all_io_jobs
g_io_job_send_to_mainloop
g_io_scheduler_push_job
g_io_scheduler_cancel_all_jobs
g_io_scheduler_job_send_to_mainloop
g_io_scheduler_job_send_to_mainloop_async
#endif
#endif