summaryrefslogtreecommitdiff
path: root/gsystem-subprocess.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix introspection warningsJasper St. Pierre2013-10-091-1/+1
|
* Build with GLib 2.32 as wellColin Walters2013-05-171-0/+5
| | | | Needed by NetworkManager.
* GSSubprocess: Add new helper API to synchronously spawnColin Walters2012-12-211-0/+7
| | | | This ends up being used a lot in ostree.
* GSSubprocess: Add missing cancellable argumentColin Walters2012-12-201-9/+12
| | | | It's a GInitable.
* Import GSubprocess as GSSubprocessColin Walters2012-12-011-0/+86
Since it's stalled getting into GLib, let's import it here.