Add missing implementation ofsource->priority, g_source_remove_poll.

Thu Feb 22 10:31:36 2001  Owen Taylor  <otaylor@redhat.com>

	* gmain.c (g_source_remove_poll): Add missing implementation
	ofsource->priority,  g_source_remove_poll. (Pointed out by Stefan Westerfeld)
This commit is contained in:
Owen Taylor
2001-02-22 15:39:57 +00:00
committed by Owen Taylor
parent f3ec41e8d2
commit 53be713583
10 changed files with 108 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
Thu Feb 22 10:31:36 2001 Owen Taylor <otaylor@redhat.com>
* gmain.c (g_source_remove_poll): Add missing implementation
of g_source_remove_poll. (Pointed out by Stefan Westerfeld)
2001-02-21 Tor Lillqvist <tml@iki.fi>
* gutils.c (g_path_is_absolute): Match also UNC paths on Win32.