mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
Update g_source_remove doc comment: the function doesn't always return TRUE
This comment was added ina919be3d
in 2013. The function basically looked the same as now at that point. g_main_context_find_source_by_id() can clearly return NULL if the source id is invalid, so unclear where this comes from? The function in question are approximately the same sincee2fd4e2b
in 2000. However back then g_main_context_find_source_by_id() would actually always return the last source if there was none with the given source id (wat, that's clearly unintended?). This was changed in393503ba
in 2014, arguably an API change of that function but more arguably a bugfix :) So for a short time between 2013 and 2014, that comment was correct. Now it is not anymore and can be removed.
This commit is contained in:
parent
4023c9b567
commit
a3ac24c20d
@ -2526,8 +2526,6 @@ g_main_context_find_source_by_user_data (GMainContext *context,
|
||||
* is called on its (now invalid) source ID. This source ID may have
|
||||
* been reissued, leading to the operation being performed against the
|
||||
* wrong source.
|
||||
*
|
||||
* Returns: For historical reasons, this function always returns %TRUE
|
||||
**/
|
||||
gboolean
|
||||
g_source_remove (guint tag)
|
||||
|
Loading…
Reference in New Issue
Block a user