| Top |
| TestSubject * | test_subject_new () |
| TestSubjectKind | test_subject_get_kind () |
| const gchar * | test_subject_get_name () |
| const gchar * | test_subject_get_favorite_food () |
| const gchar * | test_subject_get_favorite_color () |
The TestSubject interface is a user-supplied wrapper for accessing and creating EggDBusStructure instances with signature (sa{sv}).
TestSubject * test_subject_new (TestSubjectKind kind,const gchar *name,const gchar *favorite_food,const gchar *favorite_color);
Constructs a new TestSubject.
TestSubjectKind
test_subject_get_kind (TestSubject *subject);
Gets the kind of subject
.
const gchar *
test_subject_get_name (TestSubject *subject);
Gets name of subject
.
const gchar *
test_subject_get_favorite_food (TestSubject *subject);
Gets favorite food of subject
.
const gchar *
test_subject_get_favorite_color (TestSubject *subject);
Gets favorite color of subject
.