GPaste.ClientItem

g GObject.Object GObject.Object GPaste.ClientItem GPaste.ClientItem GObject.Object->GPaste.ClientItem

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (uuid, value)

get_uuid ()

get_value ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class GPaste.ClientItem(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

GPaste.ClientItemClass

classmethod new(uuid, value)
Parameters:
  • uuid (str) – the uuid of the item

  • value (str) – the value of the item

Returns:

a newly allocated GPaste.ClientItem free it with GObject.Object.unref

Return type:

GPaste.ClientItem

Create a new instance of GPaste.ClientItem

get_uuid()
Return type:

str

Returns the uuid of the item

get_value()
Return type:

str

Returns the value of the item