Home
last modified time | relevance | path

Searched refs:gconf_value_get_car (Results 1 – 23 of 23) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/src/gconf/
H A Dgconfvalue.inc9 function gconf_value_get_car(x : PGConfValue) : PGConfValue;
120 function gconf_value_get_car(x : PGConfValue) : PGConfValue;
122 gconf_value_get_car:=x^.d.pair_data.car;
/dports/devel/gconf2/GConf-3.2.6/gconf/
H A Dgconf-value.c645 if (gconf_value_get_car (value)) in gconf_value_to_string()
646 tmp = gconf_value_to_string(gconf_value_get_car(value)); in gconf_value_to_string()
936 gconf_value_get_car (const GConfValue *value) in gconf_value_get_car() function
1268 a_car = gconf_value_get_car (value_a); in gconf_value_compare()
1269 b_car = gconf_value_get_car (value_b); in gconf_value_compare()
H A Dgconf-value.h68 GConfValue* gconf_value_get_car (const GConfValue *value);
H A Dgconf-internals.c381 gconf_fill_corba_value_from_gconf_value (gconf_value_get_car(value), in gconf_fill_corba_value_from_gconf_value()
1525 car = gconf_value_get_car(val); in gconf_value_pair_to_primitive_pair_destructive()
2161 car_encoded = gconf_value_encode(gconf_value_get_car(val)); in gconf_value_encode()
H A Dgconf-dbus-utils.c216 car = gconf_value_get_car (value); in utils_append_value_helper_pair()
H A Dgconftool.c1684 print_value_in_xml(gconf_value_get_car(value), indent + 4); in print_pair_in_xml()
/dports/net/libproxy-gnome3/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/net/libproxy-pacrunner/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/net/libproxy-perl/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/net/libproxy-webkit3/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/net/libproxy-python/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/devel/gconfmm26/gconfmm-2.28.3/gconf/src/
H A Dvalue.ccg132 return Value(gconf_value_get_car(gobj()), true);
H A Dvalue.hg150 _IGNORE(gconf_value_get_car, gconf_value_get_cdr)
H A Dgconf_methods.defs1612 (c-name "gconf_value_get_car")
/dports/net/libproxy/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/net/libproxy-kde/libproxy-0.4.17/libproxy/modules/
H A Dpxgconf.cpp39 return print_value(gconf_value_get_car(value), ",") + in print_value()
/dports/devel/gconfmm26/gconfmm-2.28.3/gconf/gconfmm/
H A Dvalue.cc138 return Value(gconf_value_get_car(gobj()), true); in get_car()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gconf/gnome/gw/
H A Dgconf-support.c111 return scm_cons (scm_c_gconf_value_to_scm (gconf_value_get_car (value)), in scm_c_gconf_value_to_scm()
/dports/devel/gconf2/GConf-3.2.6/backends/
H A Dxml-entry.c593 g_return_if_fail(gconf_value_get_car(value) != NULL); in node_set_value()
596 node_set_value(car, gconf_value_get_car(value)); in node_set_value()
H A Dmarkup-tree.c3075 if (gconf_value_get_car (pair) == NULL) in parse_car_or_cdr_element()
3940 child = gconf_value_get_car (value); in write_pair_children()
/dports/devel/gconf2/GConf-3.2.6/gsettings/
H A Dgconfsettingsbackend.c415 car = gconf_value_get_car (gconf_value); in gconf_settings_backend_gconf_value_to_gvariant()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgconf.defs1549 (c-name "gconf_value_get_car")
/dports/devel/gconf2/GConf-3.2.6/
H A DChangeLog34881 s/gconf_value_car/gconf_value_get_car/g;