|
Geany 2.0
|
A simple structure used by spawn_write_data() to write data to a channel.
More...
#include <spawn.h>
Data Fields | |
| const gchar * | ptr |
| Pointer to the data. More... | |
| gsize | size |
| Size of the data. | |
A simple structure used by spawn_write_data() to write data to a channel.
See spawn_write_data() for more information.
| const gchar* _SpawnWriteData::ptr |
Pointer to the data.
May be NULL if the size is 0.