mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
Fix gtk-doc syntax
This commit is contained in:
parent
e695c0932f
commit
fc44bf40a4
@ -495,10 +495,10 @@ g_cancellable_get_fd (GCancellable *cancellable)
|
|||||||
* readable status. Reading to unset the readable status is done
|
* readable status. Reading to unset the readable status is done
|
||||||
* with g_cancellable_reset().
|
* with g_cancellable_reset().
|
||||||
*
|
*
|
||||||
* @Returns: %TRUE if @pollfd was successfully initialized, %FALSE on
|
* Returns: %TRUE if @pollfd was successfully initialized, %FALSE on
|
||||||
* failure to prepare the cancellable.
|
* failure to prepare the cancellable.
|
||||||
*
|
*
|
||||||
* @Since: 2.22
|
* Since: 2.22
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
|
g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
|
||||||
@ -558,7 +558,7 @@ g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
|
|||||||
* is not called. This can cause the application to run out of file
|
* is not called. This can cause the application to run out of file
|
||||||
* descriptors when many #GCancellables are used at the same time.
|
* descriptors when many #GCancellables are used at the same time.
|
||||||
*
|
*
|
||||||
* @Since: 2.22
|
* Since: 2.22
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_cancellable_release_fd (GCancellable *cancellable)
|
g_cancellable_release_fd (GCancellable *cancellable)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user