manpagez: man pages & more
html files: eggdbus
Home | html | info | man

TestDescribedPair

TestDescribedPair — Described pair

Object Hierarchy

  GObject
   +----EggDBusStructure
         +----TestDescribedPair

Description

Test type for wrapping (s(ii)).

Details

TestDescribedPair

typedef struct _TestDescribedPair TestDescribedPair;

test_described_pair_new ()

TestDescribedPair * test_described_pair_new             (const gchar *desc,
                                                         TestPair *pair);

Constructs a new TestDescribedPair.

desc :

A description of the described pair

pair :

The pair being described

Returns :

A TestDescribedPair.

test_described_pair_get_desc ()

const gchar *       test_described_pair_get_desc        (TestDescribedPair *instance);

Gets element 0 of the EggDBusStructure wrapped by TestDescribedPair.

instance :

A TestDescribedPair.

Returns :

A description of the described pair

test_described_pair_get_pair ()

TestPair *          test_described_pair_get_pair        (TestDescribedPair *instance);

Gets element 1 of the EggDBusStructure wrapped by TestDescribedPair.

instance :

A TestDescribedPair.

Returns :

The pair being described

test_described_pair_set_desc ()

void                test_described_pair_set_desc        (TestDescribedPair *instance,
                                                         const gchar *value);

Sets element 0 of the EggDBusStructure wrapped by TestDescribedPair.

instance :

A TestDescribedPair.

value :

A description of the described pair

test_described_pair_set_pair ()

void                test_described_pair_set_pair        (TestDescribedPair *instance,
                                                         TestPair *value);

Sets element 1 of the EggDBusStructure wrapped by TestDescribedPair.

instance :

A TestDescribedPair.

value :

The pair being described
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.