Fix problem with d-feet and annotation missing value attribute

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
pull/12/head
Emanoil Kotsev 5 years ago
parent 1738aa0602
commit 6bead3d3d0

@ -1710,6 +1710,8 @@ void MethodGenerator::writeIntrospectionDataMethod(const Class& classData,
}
stream << " asyncAnnotationElement.setAttribute(\"name\", "
<< "\"org.freedesktop.DBus.GLib.Async\");" << endl;
stream << " asyncAnnotationElement.setAttribute(\"value\", "
<< "\"true\");" << endl;
stream << " methodElement.appendChild(asyncAnnotationElement);" << endl;
}

Loading…
Cancel
Save