[Vala] Custom export / custom attributes / iterating over object's public methods/parameters/signals/properties

2012-08-24 Thread mar...@saepia.net
Hi, I want to implement in Vala mechanism for automatic exporting objects over some protocol. The concept is basically the same as usage of [DBus ...] Attributes, but I want to add support for one more protocol. So my questions are: a) is there any way to define custom annotations (let's say,

Re: [Vala] Custom export / custom attributes / iterating over object's public methods/parameters/signals/properties

2012-08-24 Thread Luca Bruno
On Fri, Aug 24, 2012 at 10:42 PM, mar...@saepia.net mar...@saepia.netwrote: a) is there any way to define custom annotations (let's say, with the same syntax as DBus) in the library and use that in my Vala app? Not yet, but the plan is to have that possibility in the future b) if not, is