WINGS: New function WMReadPropListFromPipe
commitcc69d2aae38b5563d39d3348cec805ed8b3d753d
authorAndreas Bierfert <andreas.bierfert@lowlatency.de>
Thu, 31 Jan 2013 21:44:28 +0000 (31 22:44 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 10 Feb 2013 11:22:54 +0000 (10 11:22 +0000)
tree96abd836b10980a8191f3ea16d0645b782d3fa78
parenta657fafcceaeafbd8395068268b1a2117cf7db0b
WINGS: New function WMReadPropListFromPipe

This functions reads a proplist from a pipe instead of a file (like
WMReadPropListFromFile does). It uses a call to popen to open the desired
command, reads data into a buffer till EOF and passes the data to getPropList
for parsing.

v2: code cleanup
WINGs/WINGs/WUtil.h
WINGs/proplist.c