[geany/geany] 7bebf6: Fix SPAWN_UNBUFFERED description
Dimitar Zhekov
git-noreply at xxxxx
Fri May 15 17:07:38 UTC 2015
Branch: refs/heads/master
Author: Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer: Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date: Sun, 29 Mar 2015 10:51:07 UTC
Commit: 7bebf64f3da1fa3ae72e56c6ee4a9039701c8be5
https://github.com/geany/geany/commit/7bebf64f3da1fa3ae72e56c6ee4a9039701c8be5
Log Message:
-----------
Fix SPAWN_UNBUFFERED description
Modified Paths:
--------------
src/spawn.h
Modified: src/spawn.h
4 lines changed, 1 insertions(+), 3 deletions(-)
===================================================================
@@ -44,7 +44,7 @@ typedef enum
SPAWN_LINE_BUFFERED = 0x00, /**< stdout/stderr are line buffered [default]. */
SPAWN_STDOUT_UNBUFFERED = 0x02, /**< stdout is not buffered. */
SPAWN_STDERR_UNBUFFERED = 0x04, /**< stderr is not buffered. */
- SPAWN_UNBUFFERED = 0x06, /**< stdout/stderr are line buffered. */
+ SPAWN_UNBUFFERED = 0x06, /**< stdout/stderr are not buffered. */
/* recursive modes */
SPAWN_STDIN_RECURSIVE = 0x08, /**< The stdin callback is recursive. */
SPAWN_STDOUT_RECURSIVE = 0x10, /**< The stdout callback is recursive. */
@@ -63,8 +63,6 @@ typedef enum
*
* If @c G_IO_IN or @c G_IO_PRI are set, the @a string will contain at least one character.
*
- * The callback function may modify the @a string, but must not free it.
- *
* @param string contains the child data if @c G_IO_IN or @c G_IO_PRI are set.
* @param condition the I/O condition which has been satisfied.
* @param data the passed to @c spawn_with_callbacks() with the callback.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list