Home | History | Annotate | Download | only in bus

Lines Matching refs:matchmaker

62   BusMatchmaker *matchmaker;
809 context->matchmaker = bus_matchmaker_new ();
810 if (context->matchmaker == NULL)
1083 if (context->matchmaker)
1085 bus_matchmaker_unref (context->matchmaker);
1086 context->matchmaker = NULL;
1163 return context->matchmaker;