summaryrefslogtreecommitdiff
path: root/gsystem-subprocess-context-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework to be an installed libraryv2014.1Colin Walters2014-02-061-65/+0
| | | | See https://mail.gnome.org/archives/desktop-devel-list/2014-February/msg00028.html
* GSSubprocess: Correctly close pipefd in parentColin Walters2013-01-301-1/+2
| | | | Otherwise we leak...
* GSSubprocess: New API to allocate a separate pipe between parent and childColin Walters2013-01-261-0/+2
| | | | This is useful when reading structured data from the child.
* Import GSubprocess as GSSubprocessColin Walters2012-12-011-0/+62
Since it's stalled getting into GLib, let's import it here.