Geany dev
Data Fields
_SpawnWriteData Struct Reference

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.
 

Detailed Description

A simple structure used by spawn_write_data() to write data to a channel.

See spawn_write_data() for more information.

Field Documentation

◆ ptr

const gchar* _SpawnWriteData::ptr

Pointer to the data.

May be NULL if the size is 0.