xd_dbus_type_to_symbol  879 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), make_fixnum (val));
xd_dbus_type_to_symbol  887 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype),
xd_dbus_type_to_symbol  898 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), make_fixnum (val));
xd_dbus_type_to_symbol  908 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), make_fixnum (val));
xd_dbus_type_to_symbol  918 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), INT_TO_INTEGER (val));
xd_dbus_type_to_symbol  931 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), INT_TO_INTEGER (val));
xd_dbus_type_to_symbol  940 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), INT_TO_INTEGER (val));
xd_dbus_type_to_symbol  949 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), INT_TO_INTEGER (val));
xd_dbus_type_to_symbol  957 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), make_float (val));
xd_dbus_type_to_symbol  967 src/dbusbind.c 	return list2 (xd_dbus_type_to_symbol (dtype), build_string (val));
xd_dbus_type_to_symbol  987 src/dbusbind.c 	return Fcons (xd_dbus_type_to_symbol (dtype), Fnreverse (result));