mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Use "Returns:" instead of the invalid "@returns" for annotating return values.
https://bugzilla.gnome.org/show_bug.cgi?id=673229
This commit is contained in:
@@ -689,12 +689,13 @@ g_io_add_watch_full (GIOChannel *channel,
|
||||
* @source: the #GIOChannel event source
|
||||
* @condition: the condition which has been satisfied
|
||||
* @data: user data set in g_io_add_watch() or g_io_add_watch_full()
|
||||
* @Returns: the function should return %FALSE if the event source
|
||||
* should be removed
|
||||
*
|
||||
* Specifies the type of function passed to g_io_add_watch() or
|
||||
* g_io_add_watch_full(), which is called when the requested condition
|
||||
* on a #GIOChannel is satisfied.
|
||||
*
|
||||
* Returns: the function should return %FALSE if the event source
|
||||
* should be removed
|
||||
**/
|
||||
/**
|
||||
* GIOCondition:
|
||||
|
Reference in New Issue
Block a user