Lines Matching refs:method_name
215 const gchar *method_name, in handle_method_call() argument
220 if (g_strcmp0 (method_name, "HelloWorld") == 0) in handle_method_call()
240 else if (g_strcmp0 (method_name, "DoubleHelloWorld") == 0) in handle_method_call()
253 else if (g_strcmp0 (method_name, "PairReturn") == 0) in handle_method_call()
258 else if (g_strcmp0 (method_name, "TestPrimitiveTypes") == 0) in handle_method_call()
313 else if (g_strcmp0 (method_name, "TestArrayOfPrimitiveTypes") == 0) in handle_method_call()
414 else if (g_strcmp0 (method_name, "TestArrayOfStringTypes") == 0) in handle_method_call()
464 else if (g_strcmp0 (method_name, "TestHashTables") == 0) in handle_method_call()
602 else if (g_strcmp0 (method_name, "TestStructureTypes") == 0) in handle_method_call()
644 else if (g_strcmp0 (method_name, "TestVariant") == 0) in handle_method_call()
672 else if (g_strcmp0 (method_name, "TestComplexArrays") == 0) in handle_method_call()
677 else if (g_strcmp0 (method_name, "TestComplexHashTables") == 0) in handle_method_call()
682 else if (g_strcmp0 (method_name, "FrobSetProperty") == 0) in handle_method_call()
697 else if (g_strcmp0 (method_name, "FrobInvalidateProperty") == 0) in handle_method_call()
712 else if (g_strcmp0 (method_name, "EmitSignal") == 0) in handle_method_call()
732 else if (g_strcmp0 (method_name, "EmitSignal2") == 0) in handle_method_call()
743 else if (g_strcmp0 (method_name, "Sleep") == 0) in handle_method_call()
751 else if (g_strcmp0 (method_name, "Quit") == 0) in handle_method_call()