continue;
}
+ cfile.add_include ("string.h");
+
var ccheck = new CCodeFunctionCall (new CCodeIdentifier ("strcmp"));
ccheck.add_argument (new CCodeIdentifier ("signal_name"));
ccheck.add_argument (new CCodeConstant ("\"%s\"".printf (get_dbus_name_for_member (sig))));
continue;
}
+ cfile.add_include ("string.h");
+
var ccheck = new CCodeFunctionCall (new CCodeIdentifier ("strcmp"));
ccheck.add_argument (new CCodeIdentifier ("method_name"));
ccheck.add_argument (new CCodeConstant ("\"%s\"".printf (get_dbus_name_for_member (m))));
continue;
}
+ cfile.add_include ("string.h");
+
var ccheck = new CCodeFunctionCall (new CCodeIdentifier ("strcmp"));
ccheck.add_argument (new CCodeIdentifier ("property_name"));
ccheck.add_argument (new CCodeConstant ("\"%s\"".printf (get_dbus_name_for_member (prop))));
continue;
}
+ cfile.add_include ("string.h");
+
var ccheck = new CCodeFunctionCall (new CCodeIdentifier ("strcmp"));
ccheck.add_argument (new CCodeIdentifier ("property_name"));
ccheck.add_argument (new CCodeConstant ("\"%s\"".printf (get_dbus_name_for_member (prop))));