mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-27 04:32:15 +01:00
gmain: Add Since: 2.28 tag to g_source_{add,remove}_child_source
New API should have gtk-doc tags to document the version it was introduced. Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
parent
c541d23485
commit
beec9743eb
@ -1194,6 +1194,8 @@ g_source_remove_poll (GSource *source,
|
|||||||
*
|
*
|
||||||
* @source will hold a reference on @child_source while @child_source
|
* @source will hold a reference on @child_source while @child_source
|
||||||
* is attached to it.
|
* is attached to it.
|
||||||
|
*
|
||||||
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_source_add_child_source (GSource *source,
|
g_source_add_child_source (GSource *source,
|
||||||
@ -1237,6 +1239,8 @@ g_source_add_child_source (GSource *source,
|
|||||||
* g_source_add_child_source().
|
* g_source_add_child_source().
|
||||||
*
|
*
|
||||||
* Detaches @child_source from @source and destroys it.
|
* Detaches @child_source from @source and destroys it.
|
||||||
|
*
|
||||||
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_source_remove_child_source (GSource *source,
|
g_source_remove_child_source (GSource *source,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user