Fixup GSubprocess documentation bits

This commit is contained in:
Ryan Lortie
2013-10-17 15:01:42 -04:00
parent 9318d5a429
commit 542ad4db03
5 changed files with 277 additions and 144 deletions

View File

@@ -69,6 +69,7 @@ IGNORE_HFILES = \
gsocks4aproxy.h \
gsocks4proxy.h \
gsocks5proxy.h \
gsubprocesslauncher-private.h \
gthreadedresolver.h \
gunionvolumemonitor.h \
gunixmount.h \

View File

@@ -4081,18 +4081,20 @@ g_simple_proxy_resolver_get_type
<FILE>gsubprocess</FILE>
<TITLE>GSubprocess</TITLE>
GSubprocess
GSubprocessFlags
g_subprocess_new
g_subprocess_newv
g_subprocess_get_identifier
<SUBSECTION IO>
g_subprocess_get_stdin_pipe
g_subprocess_get_stdout_pipe
g_subprocess_get_stderr_pipe
<SUBSECTION Waiting>
g_subprocess_wait
g_subprocess_wait_sync
g_subprocess_wait_async
g_subprocess_wait_finish
g_subprocess_wait_check
g_subprocess_wait_check_sync
g_subprocess_wait_check_async
g_subprocess_wait_check_finish
<SUBSECTION Status>
g_subprocess_get_successful
@@ -4104,10 +4106,40 @@ g_subprocess_get_status
<SUBSECTION Control>
g_subprocess_send_signal
g_subprocess_force_exit
<SUBSECTION communicate>
g_subprocess_communicate
g_subprocess_communicate_async
g_subprocess_communicate_finish
g_subprocess_communicate_utf8
g_subprocess_communicate_utf8_async
g_subprocess_communicate_utf8_finish
<SUBSECTION Launcher>
g_subprocess_launcher_getenv
g_subprocess_launcher_new
g_subprocess_launcher_set_child_setup
g_subprocess_launcher_set_cwd
g_subprocess_launcher_set_environ
g_subprocess_launcher_set_flags
g_subprocess_launcher_set_stderr_file_path
g_subprocess_launcher_set_stdin_file_path
g_subprocess_launcher_set_stdout_file_path
g_subprocess_launcher_setenv
g_subprocess_launcher_spawn
g_subprocess_launcher_spawnv
g_subprocess_launcher_take_fd
g_subprocess_launcher_take_stderr_fd
g_subprocess_launcher_take_stdin_fd
g_subprocess_launcher_take_stdout_fd
g_subprocess_launcher_unsetenv
<SUBSECTION Standard>
GSubprocessLauncher
G_IS_SUBPROCESS
G_TYPE_SUBPROCESS
G_SUBPROCESS
<SUBSECTION Private>
g_subprocess_get_type
G_IS_SUBPROCESS_LAUNCHER
G_SUBPROCESS_LAUNCHER
G_TYPE_SUBPROCESS_FLAGS
G_TYPE_SUBPROCESS_LAUNCHER
g_subprocess_launcher_get_type
</SECTION>