GuestfsINotifyEvent

GuestfsINotifyEvent

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsINotifyEvent;

Object Hierarchy

  GBoxed
   +----GuestfsINotifyEvent

Description

Details

struct GuestfsINotifyEvent

struct GuestfsINotifyEvent {
  gint64 in_wd;
  guint32 in_mask;
  guint32 in_cookie;
  gchar *in_name;
};

gint64 in_wd;

A signed 64-bit integer

guint32 in_mask;

An unsigned 32-bit integer

guint32 in_cookie;

An unsigned 32-bit integer

gchar *in_name;

A NULL-terminated string