Various doc tweaks

This commit is contained in:
Matthias Clasen
2010-11-28 23:55:43 -05:00
parent 1f044a503a
commit eed36d38d1
21 changed files with 91 additions and 67 deletions

View File

@@ -92,7 +92,7 @@ gssize g_pollable_input_stream_read_nonblocking (GPollableInputStream *stream
GError **error);
/* Helper method for stream implementations */
GSource *g_pollable_source_new (GObject *stream);
GSource *g_pollable_source_new (GObject *pollable_stream);
G_END_DECLS