方法
GioAppLaunchContextget_environment
自:2.32
声明 [源]
char**
g_app_launch_context_get_environment (
GAppLaunchContext* context
)
描述 [源]
在将 context
用于启动应用程序时,获取要传递给子进程的完整环境变量列表。这是一个以 NULL
结束的字符串数组,其中每个字符串具有 KEY=VALUE
的形式。
自:2.32以来可用