[geany/geany] 91b630: Fix utils_spawn_async()::child_pid annotations

Colomban Wendling git-noreply at xxxxx
Mon Jul 4 17:19:36 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 04 Jul 2016 17:19:36 UTC
Commit:      91b63049852964fe4d9a32c5245f74c0f6c104bf
             https://github.com/geany/geany/commit/91b63049852964fe4d9a32c5245f74c0f6c104bf

Log Message:
-----------
Fix utils_spawn_async()::child_pid annotations


Modified Paths:
--------------
    src/utils.c

Modified: src/utils.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1669,7 +1669,7 @@ gboolean utils_spawn_sync(const gchar *dir, gchar **argv, gchar **env, GSpawnFla
  *  @param flags Ignored.
  *  @param child_setup @girskip Ignored.
  *  @param user_data Ignored.
- *  @param child_pid @nullable The return location for child process ID, or @c NULL.
+ *  @param child_pid @out @nullable The return location for child process ID, or @c NULL.
  *  @param error The return location for error or @c NULL.
  *
  *  @return @c TRUE on success, @c FALSE if an error was set.



--------------
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