| Top |
| TestPair * | test_pair_new () |
| gint | test_pair_get_first () |
| gint | test_pair_get_second () |
| void | test_pair_set_first () |
| void | test_pair_set_second () |
gint
test_pair_get_first (TestPair *instance);
Gets element 0 of the EggDBusStructure wrapped by TestPair.
gint
test_pair_get_second (TestPair *instance);
Gets element 1 of the EggDBusStructure wrapped by TestPair.
void test_pair_set_first (TestPair *instance,gint value);
Sets element 0 of the EggDBusStructure wrapped by TestPair.
void test_pair_set_second (TestPair *instance,gint value);
Sets element 1 of the EggDBusStructure wrapped by TestPair.