Portable struct with stat() results.
More...
#include <dbus-sysdeps.h>
|
unsigned long | mode |
| File mode.
|
|
unsigned long | nlink |
| Number of hard links.
|
|
dbus_uid_t | uid |
| User owning file.
|
|
dbus_gid_t | gid |
| Group owning file.
|
|
unsigned long | size |
| Size of file.
|
|
unsigned long | atime |
| Access time.
|
|
unsigned long | mtime |
| Modify time.
|
|
unsigned long | ctime |
| Creation time.
|
|
Portable struct with stat() results.
Definition at line 569 of file dbus-sysdeps.h.
◆ atime
unsigned long DBusStat::atime |
◆ ctime
unsigned long DBusStat::ctime |
◆ gid
◆ mode
unsigned long DBusStat::mode |
◆ mtime
unsigned long DBusStat::mtime |
◆ nlink
unsigned long DBusStat::nlink |
◆ size
unsigned long DBusStat::size |
◆ uid
The documentation for this struct was generated from the following file: