trivial spelling/whitespace fixes

svn path=/trunk/; revision=8011
This commit is contained in:
Ryan Lortie 2009-03-17 23:03:33 +00:00
parent 1d1fba442f
commit 8df23d2283
2 changed files with 10 additions and 10 deletions

View File

@ -2,11 +2,11 @@
Bug 575555 Use fsync() when replacing files to avoid data loss on crash
* configure.in:
* configure.in:
Look for fsync().
* glib/gfileutils.c:
(write_to_temp_file):
* glib/gfileutils.c:
(write_to_temp_file):
fsync temp file if destination file exists
2009-03-13 Matthias Clasen <mclasen@redhat.com>
@ -672,17 +672,17 @@
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 555313 GFileAttribute boxed type get_type function should
use usual get_type pattern
Bug 555313 GFileAttribute boxed type get_type function should
use usual get_type pattern
* gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
g_once_init_enter/leave.
* gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
g_once_init_enter/leave.
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 555314 mem leak in gmarkup
Bug 555314 mem leak in gmarkup
* glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
* glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
2008-10-08 Tor Lillqvist <tml@novell.com>

View File

@ -3949,7 +3949,7 @@ g_idle_source_new (void)
/**
* g_idle_add_full:
* @priority: the priority of the idle source. Typically this will be in the
* range btweeen #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE.
* range between #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE.
* @function: function to call
* @data: data to pass to @function
* @notify: function to call when the idle is removed, or %NULL