mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Fix broken gtk-doc formatting
This commit is contained in:
@@ -469,7 +469,7 @@ ensure_connection_works (GDBusConnection *conn)
|
||||
g_variant_unref (v);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* get_sync_in_thread:
|
||||
* @data: (type guint): delay in microseconds
|
||||
*
|
||||
|
@@ -75,7 +75,7 @@ test_io_stream_class_init (TestIOStreamClass *klass)
|
||||
giostream_class->get_output_stream = test_io_stream_get_output_stream;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* test_io_stream_new:
|
||||
* @input_stream: an input stream
|
||||
* @output_stream: an output stream
|
||||
|
@@ -34,7 +34,7 @@
|
||||
# error This module only exists on Unix
|
||||
#endif
|
||||
|
||||
/*
|
||||
/**
|
||||
* test_pipe:
|
||||
* @is: (out) (allow-none): used to return a #GInputStream
|
||||
* @os: (out) (allow-none): used to return a #GOutputStream
|
||||
@@ -80,7 +80,7 @@ test_pipe (GInputStream **is,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* test_bidi_pipe:
|
||||
* @left: (out) (allow-none): used to return one #GIOStream
|
||||
* @right: (out) (allow-none): used to return the other #GIOStream
|
||||
|
Reference in New Issue
Block a user