diff options
author | Andrew Walton <awalton@src.gnome.org> | 2007-11-29 10:18:55 +0000 |
---|---|---|
committer | Andrew Walton <awalton@src.gnome.org> | 2007-11-29 10:18:55 +0000 |
commit | 0c867d344461515213e6e04de9f072e43ea2e646 (patch) | |
tree | 8522415f3d680fcbba37b1fd40ee3f7ea2ab1b2a /gio/gunixinputstream.c | |
parent | 09471fec46619a62fbe9b6e7a7b67c9a421f919e (diff) | |
download | glib-0c867d344461515213e6e04de9f072e43ea2e646.tar.gz glib-0c867d344461515213e6e04de9f072e43ea2e646.tar.bz2 glib-0c867d344461515213e6e04de9f072e43ea2e646.zip |
Fixes unknown meaning in GAppLaunchContext docs. Clarify asynchronous ops.
* gappinfo.c:
Fixes unknown meaning in GAppLaunchContext docs.
* gfile.c:
Clarify asynchronous ops.
* gfileattribute.c:
Fix entity tag docs.
* gicon.c:
* gthemedicon.c:
Provides missing gtk-doc section, fixes API docs slighly.
* gsimpleasyncresult.c:
Fill in missing info in docs.
* gunixinputstream.c:
* gunixoutputstream.c:
Be more expressive in short description.
* gunixvolume.c:
Remove gtk-doc stubs for non-public API.
svn path=/trunk/; revision=5994
Diffstat (limited to 'gio/gunixinputstream.c')
-rw-r--r-- | gio/gunixinputstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c index c215a07f9..61b77518a 100644 --- a/gio/gunixinputstream.c +++ b/gio/gunixinputstream.c @@ -43,7 +43,7 @@ /** * SECTION:gunixinputstream - * @short_description: Unix Input Stream + * @short_description: streaming input operations for Unix file descriptors * @see_also: #GInputStream * * #GUnixInputStream implements #GInputStream for reading from a |