summaryrefslogtreecommitdiff
path: root/gio/gsubprocesslauncher.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of `closure` annotationsSebastian Dröge2023-01-131-1/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gsubprocesslauncher: Don’t close target FDs in close() methodPhilip Withnall2021-02-191-4/+4
* gsubprocesslauncher: Improve documentation formatting slightlyPhilip Withnall2021-02-191-4/+4
* gsubprocess: Use new source/target FD mapping functionality in g_spawn()Philip Withnall2021-02-161-23/+16
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* GSubprocessLauncher: allow to close passed FDsSergio Costas2020-10-121-26/+65
* GSubprocessLauncher: Move cleanup to dispose()Sergio Costas2020-10-021-13/+22
* gsubprocesslauncher.c: fix documentationSergio Costas2019-08-291-5/+5
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-7/+11
* Skip g_subprocess_launcher_set_child_setup() in introspectionMikhail Zabaluev2017-09-111-1/+1
* GSubprocessLauncher: add (transfer none) annotationAlberto Ruiz2017-09-111-1/+1
* gsubprocess: Copy parent process’ environ when clearing subprocess’Philip Withnall2017-05-311-2/+9
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-4/+4
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* gsubprocesslauncher: Clarify the behavior of set_environ()Matthew Leeds2017-02-131-0/+3
* subprocess: avoid infinite loop in verify_disposition()Christian Hergert2017-01-031-4/+7
* gsubprocess: Fix annotation for set_environ()Rico Tzschichholz2016-09-121-1/+1
* Partly revert "gio: Add filename type annotations"Christoph Reiter2016-06-071-11/+7
* gio: Add filename type annotationsChristoph Reiter2016-06-041-11/+15
* glib/genviron.c, GSubprocessLauncher: ain't no "filename encoding"Mikhail Zabaluev2015-06-051-13/+9
* doc: various improvementsSébastien Wilmet2014-06-291-4/+2
* gsubprocess: Add a missing va_end() callPhilip Withnall2014-05-201-0/+1
* GSubprocessLauncher: don't get empty environmentRyan Lortie2014-03-041-1/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* gsubprocesslauncher: Use "env" instead of "environ"Morten Welinder2013-12-261-3/+3
* gsubprocesslauncher: Annotate g_subprocess_launcher_spawnv()Colin Walters2013-12-151-1/+1
* Fix g_subprocess_launcher_spawnMatthias Clasen2013-11-281-0/+2
* GSubprocess win32 fixupsRyan Lortie2013-10-211-9/+22
* Fix up subprocess docsMatthias Clasen2013-10-171-1/+1
* Fixup GSubprocess documentation bitsRyan Lortie2013-10-171-1/+2
* gsubprocess: Fix up communicateColin Walters2013-10-171-9/+23
* GSubprocess: New class for spawning child processesColin Walters2013-10-171-0/+718