mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
trivial spelling/whitespace fixes
svn path=/trunk/; revision=8011
This commit is contained in:
parent
1d1fba442f
commit
8df23d2283
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user