GME  13
Public Attributes
svn_io_dirent_t Struct Reference

#include <svn_io.h>

List of all members.

Public Attributes

svn_node_kind_t kind
svn_boolean_t special

Detailed Description

Represents the kind and special status of a directory entry.

Note that the first two fields are exactly identical to svn_io_dirent2_t to allow returning a svn_io_dirent2_t as a svn_io_dirent_t.

Since:
New in 1.3.

Definition at line 123 of file svn_io.h.


Member Data Documentation

The kind of this entry.

Definition at line 125 of file svn_io.h.

If kind is svn_node_file, whether this entry is a special file; else FALSE.

See also:
svn_io_check_special_path().

Definition at line 131 of file svn_io.h.


The documentation for this struct was generated from the following file: