#include <gi_path.h>
Public Attributes | |
| enum gi_path_style | style |
| char * | buf |
| size_t | size |
| size_t | len |
|
|
Internally managed copy of the original path supplied to gi_path_new or gi_path_newn. |
|
|
String length of `buf' |
|
|
Total bytes allocated to `buf' |
|
|
Current path style of `buf'. Path format conversions always occur "in-place". That is, if the requested format differs from the current format, the conversion will take place on `buf' and this parameter will be updated. |
1.3.7