GNOME Bugzilla – Bug 644420
Delegates: Add support for attributes used by standard methods
Last modified: 2011-04-05 20:42:59 UTC
Created attachment 183082 [details] [review] Add-support-for-array_length_type-in-delegate-return Attached patch adds support for array_length_type attribute to delegates, as well as copies delegate array properties to the inner method. Further, gidlparser is extended to support delegates returning arrays, specifying custom array_length_type and throwing Errors.
Created attachment 183083 [details] [review] gidlparser-Add-support-for-array-returns-in-delegate
Created attachment 183084 [details] [review] gidlparser-Support-delegates-throwing-Errors
Review of attachment 183082 [details] [review]: commit b31963e1db2f461858661854c44a21752226054b Author: Michal Hruby <michal.mhr@gmail.com> Date: Wed Mar 9 20:13:27 2011 +0100 Support array_length_type for delegate return values Partially fixes bug 644420.
Review of attachment 183083 [details] [review]: commit c3b704038a7874055c2707bd791428a030d18b64 Author: Michal Hruby <michal.mhr@gmail.com> Date: Wed Mar 9 20:16:04 2011 +0100 gidlparser: Add support for array return values in delegates Partially fixes bug 644420.
commit 1df2c050ba29c84026a14e7ee23fa6bcd00b1044 Author: Michal Hruby <michal.mhr@gmail.com> Date: Tue Apr 5 22:38:56 2011 +0200 gidlparser: Support error types for delegates Fixes bug 644420.