![]() |
![]() |
![]() |
EggDBus Reference Manual | ![]() |
---|---|---|---|---|
TestStructWithVariant; TestStructWithVariant* test_struct_with_variant_new (const gchar *name, gint anger_level, gint threat_level, EggDBusVariant *a_variant, TestSomeExampleCType override_c_type); const gchar* test_struct_with_variant_get_name (TestStructWithVariant *instance); gint test_struct_with_variant_get_anger_level (TestStructWithVariant *instance); gint test_struct_with_variant_get_threat_level (TestStructWithVariant *instance); EggDBusVariant* test_struct_with_variant_get_a_variant (TestStructWithVariant *instance); TestSomeExampleCType test_struct_with_variant_get_override_c_type (TestStructWithVariant *instance); void test_struct_with_variant_set_name (TestStructWithVariant *instance, const gchar *value); void test_struct_with_variant_set_anger_level (TestStructWithVariant *instance, gint value); void test_struct_with_variant_set_threat_level (TestStructWithVariant *instance, gint value); void test_struct_with_variant_set_a_variant (TestStructWithVariant *instance, EggDBusVariant *value); void test_struct_with_variant_set_override_c_type (TestStructWithVariant *instance, TestSomeExampleCType value);
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.
name : |
A name |
anger_level : |
The level of anger |
threat_level : |
The level of threat |
a_variant : |
Some variant |
override_c_type : |
Some primitive type |
Returns : | A TestStructWithVariant. |
const gchar* test_struct_with_variant_get_name (TestStructWithVariant *instance);
Gets element 0 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
Returns : | A name |
gint test_struct_with_variant_get_anger_level (TestStructWithVariant *instance);
Gets element 1 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
Returns : | The level of anger |
gint test_struct_with_variant_get_threat_level (TestStructWithVariant *instance);
Gets element 2 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
Returns : | The level of threat |
EggDBusVariant* test_struct_with_variant_get_a_variant (TestStructWithVariant *instance);
Gets element 3 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
Returns : | Some variant |
TestSomeExampleCType test_struct_with_variant_get_override_c_type (TestStructWithVariant *instance);
Gets element 4 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
Returns : | Some primitive type |
void test_struct_with_variant_set_name (TestStructWithVariant *instance, const gchar *value);
Sets element 0 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
value : |
A name |
void test_struct_with_variant_set_anger_level (TestStructWithVariant *instance, gint value);
Sets element 1 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
value : |
The level of anger |
void test_struct_with_variant_set_threat_level (TestStructWithVariant *instance, gint value);
Sets element 2 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
value : |
The level of threat |
void test_struct_with_variant_set_a_variant (TestStructWithVariant *instance, EggDBusVariant *value);
Sets element 3 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
value : |
Some variant |
void test_struct_with_variant_set_override_c_type (TestStructWithVariant *instance, TestSomeExampleCType value);
Sets element 4 of the EggDBusStructure wrapped by TestStructWithVariant.
instance : |
A TestStructWithVariant. |
value : |
Some primitive type |