![]() |
![]() |
![]() |
EggDBus Reference Manual | ![]() |
---|---|---|---|---|
TestPoint; TestPoint* test_point_new (gint x, gint y); gint test_point_get_x (TestPoint *instance); gint test_point_get_y (TestPoint *instance); void test_point_set_x (TestPoint *instance, gint value); void test_point_set_y (TestPoint *instance, gint value);
TestPoint* test_point_new (gint x, gint y);
Constructs a new TestPoint.
|
The X coordinate |
|
The Y coordinate |
Returns : |
A TestPoint. |
gint test_point_get_x (TestPoint *instance);
Gets element 0 of the EggDBusStructure wrapped by TestPoint.
|
A TestPoint. |
Returns : |
The X coordinate |
gint test_point_get_y (TestPoint *instance);
Gets element 1 of the EggDBusStructure wrapped by TestPoint.
|
A TestPoint. |
Returns : |
The Y coordinate |
void test_point_set_x (TestPoint *instance, gint value);
Sets element 0 of the EggDBusStructure wrapped by TestPoint.
|
A TestPoint. |
|
The X coordinate |
void test_point_set_y (TestPoint *instance, gint value);
Sets element 1 of the EggDBusStructure wrapped by TestPoint.
|
A TestPoint. |
|
The Y coordinate |