[libvirt] [PATCH libvirt-glib 2/3] streams: fix references

Guido Günther agx at sigxcpu.org
Thu Sep 14 11:29:33 UTC 2017


---
 libvirt-gobject/libvirt-gobject-stream.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libvirt-gobject/libvirt-gobject-stream.c b/libvirt-gobject/libvirt-gobject-stream.c
index b6bf774..296c00e 100644
--- a/libvirt-gobject/libvirt-gobject-stream.c
+++ b/libvirt-gobject/libvirt-gobject-stream.c
@@ -396,7 +396,7 @@ stream_sink(virStreamPtr st G_GNUC_UNUSED,
  *
  * Receive the entire data stream, sending the data to the
  * requested data sink. This is simply a convenient alternative
- * to virStreamRecv, for apps that do blocking-I/o.
+ * to #gvir_vir_stream_receive, for apps that do blocking-I/o.
  *
  * Returns: the number of bytes consumed or -1 upon error
  */
@@ -512,7 +512,7 @@ stream_source(virStreamPtr st G_GNUC_UNUSED,
  *
  * Send the entire data stream, sending the data to the
  * requested data source. This is simply a convenient alternative
- * to virStreamRecv, for apps that do blocking-I/o.
+ * to #gvir_stream_send, for apps that do blocking-I/o.
  *
  * Returns: the number of bytes consumed or -1 upon error
  */
-- 
2.14.1




More information about the libvir-list mailing list