mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
Merge branch 'g_source_remove-doc' into 'main'
Update g_source_remove documentation for the returned value See merge request GNOME/glib!2289
This commit is contained in:
commit
32b4c53295
@ -2526,6 +2526,8 @@ g_main_context_find_source_by_user_data (GMainContext *context,
|
|||||||
* is called on its (now invalid) source ID. This source ID may have
|
* is called on its (now invalid) source ID. This source ID may have
|
||||||
* been reissued, leading to the operation being performed against the
|
* been reissued, leading to the operation being performed against the
|
||||||
* wrong source.
|
* wrong source.
|
||||||
|
*
|
||||||
|
* Returns: %TRUE if the source was found and removed.
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
g_source_remove (guint tag)
|
g_source_remove (guint tag)
|
||||||
|
Loading…
Reference in New Issue
Block a user