![]() |
![]() |
![]() |
EggDBus Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
TestStructWithVariant; struct TestStructWithVariantClass; EggDBusVariant * test_struct_with_variant_get_a_variant (TestStructWithVariant *instance
); gint test_struct_with_variant_get_anger_level (TestStructWithVariant *instance
); const gchar * test_struct_with_variant_get_name (TestStructWithVariant *instance
); TestSomeExampleCType test_struct_with_variant_get_override_c_type (TestStructWithVariant *instance
); gint test_struct_with_variant_get_threat_level (TestStructWithVariant *instance
); TestStructWithVariant * test_struct_with_variant_new (const gchar *name
,gint anger_level
,gint threat_level
,EggDBusVariant *a_variant
,TestSomeExampleCType override_c_type
); void test_struct_with_variant_set_a_variant (TestStructWithVariant *instance
,EggDBusVariant *value
); void test_struct_with_variant_set_anger_level (TestStructWithVariant *instance
,gint value
); void test_struct_with_variant_set_name (TestStructWithVariant *instance
,const gchar *value
); void test_struct_with_variant_set_override_c_type (TestStructWithVariant *instance
,TestSomeExampleCType value
); void test_struct_with_variant_set_threat_level (TestStructWithVariant *instance
,gint value
);
struct TestStructWithVariantClass { EggDBusStructureClass parent_class; };
EggDBusVariant * test_struct_with_variant_get_a_variant
(TestStructWithVariant *instance
);
Gets element 3 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
Returns : |
Some variant |
gint test_struct_with_variant_get_anger_level
(TestStructWithVariant *instance
);
Gets element 1 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
Returns : |
The level of anger |
const gchar * test_struct_with_variant_get_name (TestStructWithVariant *instance
);
Gets element 0 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
Returns : |
A name |
TestSomeExampleCType test_struct_with_variant_get_override_c_type
(TestStructWithVariant *instance
);
Gets element 4 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
Returns : |
Some primitive type |
gint test_struct_with_variant_get_threat_level
(TestStructWithVariant *instance
);
Gets element 2 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
Returns : |
The level of threat |
TestStructWithVariant * test_struct_with_variant_new (const gchar *name
,gint anger_level
,gint threat_level
,EggDBusVariant *a_variant
,TestSomeExampleCType override_c_type
);
Constructs a new TestStructWithVariant.
|
A name |
|
The level of anger |
|
The level of threat |
|
Some variant |
|
Some primitive type |
Returns : |
A TestStructWithVariant. |
void test_struct_with_variant_set_a_variant (TestStructWithVariant *instance
,EggDBusVariant *value
);
Sets element 3 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
|
Some variant |
void test_struct_with_variant_set_anger_level (TestStructWithVariant *instance
,gint value
);
Sets element 1 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
|
The level of anger |
void test_struct_with_variant_set_name (TestStructWithVariant *instance
,const gchar *value
);
Sets element 0 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
|
A name |
void test_struct_with_variant_set_override_c_type (TestStructWithVariant *instance
,TestSomeExampleCType value
);
Sets element 4 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
|
Some primitive type |
void test_struct_with_variant_set_threat_level (TestStructWithVariant *instance
,gint value
);
Sets element 2 of the EggDBusStructure wrapped by TestStructWithVariant.
|
A TestStructWithVariant. |
|
The level of threat |