Guestfs.Grep

g GObject.Object GObject.Object Guestfs.Grep Guestfs.Grep GObject.Object->Guestfs.Grep

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

compressed

Guestfs.Tristate

r/w/c

A boolean.

extended

Guestfs.Tristate

r/w/c

A boolean.

fixed

Guestfs.Tristate

r/w/c

A boolean.

insensitive

Guestfs.Tristate

r/w/c

A boolean.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class Guestfs.Grep(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Guestfs.GrepClass

An object encapsulating optional arguments for Guestfs.Session.grep.

classmethod new()
Returns:

a new Guestfs.Grep object

Return type:

Guestfs.Grep

Create a new Guestfs.Grep object

Property Details

Guestfs.Grep.props.compressed
Name:

compressed

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.Grep.props.extended
Name:

extended

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.Grep.props.fixed
Name:

fixed

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.

Guestfs.Grep.props.insensitive
Name:

insensitive

Type:

Guestfs.Tristate

Default Value:

Guestfs.Tristate.NONE

Flags:

READABLE, WRITABLE, CONSTRUCT

A boolean.