Home
last modified time | relevance | path

Searched refs:base_cm (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telepathy-idle/telepathy-idle-0.2.0/src/
H A Didle.c29 …TpBaseConnectionManager *base_cm = TP_BASE_CONNECTION_MANAGER(g_object_new(IDLE_TYPE_CONNECTION_MA… in _construct_cm() local
31 return base_cm; in _construct_cm()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalamethodcall.vala257 unowned CreationMethod? base_cm = null;
274 base_cm = cl.default_construction_method;
275 if (base_cm == null) {
279 } else if (!base_cm.has_construct_function) {
281 …Report.error (source_reference, "chain up to `%s' not supported".printf (base_cm.get_full_name ())…
285 base_cm = (CreationMethod) call.symbol_reference;
286 if (!base_cm.has_construct_function) {
288 …Report.error (source_reference, "chain up to `%s' not supported".printf (base_cm.get_full_name ())…
649 …if (base_cm != null && base_cm.is_variadic () && argument_list.size == base_cm.get_parameters ().s…
H A Dvalamethodcall.c682 ValaCreationMethod* base_cm = NULL; in vala_method_call_real_check() local
1112 base_cm = NULL; in vala_method_call_real_check()
1179 base_cm = _tmp156_; in vala_method_call_real_check()
1180 _tmp157_ = base_cm; in vala_method_call_real_check()
1209 _tmp165_ = base_cm; in vala_method_call_real_check()
1223 _tmp170_ = base_cm; in vala_method_call_real_check()
1278 _tmp190_ = base_cm; in vala_method_call_real_check()
1292 _tmp195_ = base_cm; in vala_method_call_real_check()
3422 _tmp879_ = base_cm; in vala_method_call_real_check()
3425 _tmp880_ = base_cm; in vala_method_call_real_check()
[all …]