Top | ![]() |
![]() |
![]() |
![]() |
TestStructWithVariant * | test_struct_with_variant_new () |
const gchar * | test_struct_with_variant_get_name () |
gint | test_struct_with_variant_get_anger_level () |
gint | test_struct_with_variant_get_threat_level () |
EggDBusVariant * | test_struct_with_variant_get_a_variant () |
TestSomeExampleCType | test_struct_with_variant_get_override_c_type () |
void | test_struct_with_variant_set_name () |
void | test_struct_with_variant_set_anger_level () |
void | test_struct_with_variant_set_threat_level () |
void | test_struct_with_variant_set_a_variant () |
void | test_struct_with_variant_set_override_c_type () |
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.
const gchar *
test_struct_with_variant_get_name (TestStructWithVariant *instance
);
Gets element 0 of the EggDBusStructure wrapped by TestStructWithVariant.
gint
test_struct_with_variant_get_anger_level
(TestStructWithVariant *instance
);
Gets element 1 of the EggDBusStructure wrapped by TestStructWithVariant.
gint
test_struct_with_variant_get_threat_level
(TestStructWithVariant *instance
);
Gets element 2 of the EggDBusStructure wrapped by TestStructWithVariant.
EggDBusVariant *
test_struct_with_variant_get_a_variant
(TestStructWithVariant *instance
);
Gets element 3 of the EggDBusStructure wrapped by TestStructWithVariant.
TestSomeExampleCType
test_struct_with_variant_get_override_c_type
(TestStructWithVariant *instance
);
Gets element 4 of the EggDBusStructure wrapped by TestStructWithVariant.
void test_struct_with_variant_set_name (TestStructWithVariant *instance
,const gchar *value
);
Sets element 0 of the EggDBusStructure wrapped by TestStructWithVariant.
void test_struct_with_variant_set_anger_level (TestStructWithVariant *instance
,gint value
);
Sets element 1 of the EggDBusStructure wrapped by TestStructWithVariant.
void test_struct_with_variant_set_threat_level (TestStructWithVariant *instance
,gint value
);
Sets element 2 of the EggDBusStructure wrapped by TestStructWithVariant.
void test_struct_with_variant_set_a_variant (TestStructWithVariant *instance
,EggDBusVariant *value
);
Sets element 3 of the EggDBusStructure wrapped by TestStructWithVariant.
void test_struct_with_variant_set_override_c_type (TestStructWithVariant *instance
,TestSomeExampleCType value
);
Sets element 4 of the EggDBusStructure wrapped by TestStructWithVariant.