GApplication: support environment passing

Add support for passing the full contents of the environment to the
primary instance (by storing it in the platform_data) when
G_APPLICATION_SEND_ENVIRONMENT is in the flags.
This commit is contained in:
Ryan Lortie
2010-10-28 22:49:12 -04:00
parent 99d2c2eef5
commit 7aa2e50262
6 changed files with 92 additions and 1 deletions

View File

@@ -2702,6 +2702,8 @@ GApplicationCommandLineClass
<SUBSECTION>
g_application_command_line_get_arguments
g_application_command_line_get_cwd
g_application_command_line_get_environ
g_application_command_line_getenv
g_application_command_line_get_is_remote
g_application_command_line_get_platform_data
<SUBSECTION>