Home
last modified time | relevance | path

Searched refs:gvir_config_domain_get_custom_xml (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gconfig/
H A Dlibvirt-gconfig-domain.h150 gchar *gvir_config_domain_get_custom_xml(GVirConfigDomain *domain,
H A Dlibvirt-gconfig.sym120 gvir_config_domain_get_custom_xml;
H A Dlibvirt-gconfig-domain.c868 gchar *gvir_config_domain_get_custom_xml(GVirConfigDomain *domain, in gvir_config_domain_get_custom_xml() function
/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gconfig/tests/
H A Dtest-domain-create.c428 …g_str_check(gvir_config_domain_get_custom_xml(domain, "http://foo"), "<ns:bar xmlns:ns=\"http://fo… in main()
429 …g_str_check(gvir_config_domain_get_custom_xml(domain, "http://bar"), "<ns:foo xmlns:ns=\"http://ba… in main()
/dports/devel/libvirt-glib/libvirt-glib-4.0.0/tests/
H A Dtest-gconfig.c125 …g_assert_cmpstr_free1(gvir_config_domain_get_custom_xml(domain, "http://foo"), ==, "<ns:bar xmlns:… in test_domain()
126 …g_assert_cmpstr_free1(gvir_config_domain_get_custom_xml(domain, "http://bar"), ==, "<ns:foo xmlns:… in test_domain()