Lines Matching refs:g_strconcat
290 ret_string = g_strconcat (val_string, val_string, NULL); in handle_method_call()
291 ret_objpath = g_strconcat (val_objpath, "/modified", NULL); in handle_method_call()
292 ret_signature = g_strconcat (val_signature, val_signature, NULL); in handle_method_call()
560 tmp1 = g_strconcat (s1, "mod", NULL); in handle_method_call()
561 tmp2 = g_strconcat (s2, s2, NULL); in handle_method_call()
575 tmp1 = g_strconcat (s1, "/mod", NULL); in handle_method_call()
576 tmp2 = g_strconcat (s2, "/mod2", NULL); in handle_method_call()
590 tmp1 = g_strconcat (s1, "assgit", NULL); in handle_method_call()
591 tmp2 = g_strconcat (s2, s2, NULL); in handle_method_call()
616 desc_ret = g_strconcat (desc, "... in bed!", NULL); in handle_method_call()
631 tmp = g_strconcat (s2, " ... in bed!", NULL); in handle_method_call()
719 str_ret = g_strconcat (str, " .. in bed!", NULL); in handle_method_call()
720 path_ret = g_strconcat (path, "/in/bed", NULL); in handle_method_call()