GuestfsDirent

GuestfsDirent

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsDirent;

Object Hierarchy

  GBoxed
   +----GuestfsDirent

Description

Details

struct GuestfsDirent

struct GuestfsDirent {
  gint64 ino;
  gchar ftyp;
  gchar *name;
};

gint64 ino;

A signed 64-bit integer

gchar ftyp;

A character

gchar *name;

A NULL-terminated string