Guest User

Untitled

a guest
Jan 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. +#define PP(Name) \
  2. + { #Name, _property_##Name##_cb }
  3.  
  4. -
  5. +const char properties[] = {
  6. + PP(filename), PP(path),
  7. + PP(direct_info),
  8. + PP(mtime), PP(atime), PP(ctime), PP(is_dir), PP(is_lnk), PP(size),
  9. + PP(stat),
  10. + PP(mime_type)
  11. +}
Add Comment
Please, Sign In to add comment