[glib: 1/2] gpollableoutputstream: Fix the description of the interface



commit 3e77699c2860af92d0c6a82b04ea577d534f1e44
Author: Jordan Petridis <jordan centricular com>
Date:   Wed Feb 13 17:47:34 2019 +0200

    gpollableoutputstream: Fix the description of the interface
    
    Looks like this was a copy-paste typo from the Input interface.

 gio/gpollableoutputstream.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gpollableoutputstream.h b/gio/gpollableoutputstream.h
index 1ef830b57..c1e7ad889 100644
--- a/gio/gpollableoutputstream.h
+++ b/gio/gpollableoutputstream.h
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
 /**
  * GPollableOutputStream:
  *
- * An interface for a #GOutputStream that can be polled for readability.
+ * An interface for a #GOutputStream that can be polled for writeability.
  *
  * Since: 2.28
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]