Re: [Vala] Genie, subclassing and some help!



On 27/06/10 18:11, Andrew wrote:
On 27/06/10 17:32, Abderrahim Kitouni wrote:
Hi,

2010/6/27 Andrew <rugby471 gmail com>:
On 27/06/10 08:16, Andrew wrote:
Ignore that, I managed to do the APP_INDICATOR_TYPE correctly in the
vapi file, however I don't seem to have any success with the
APP_INDICATOR_TYPE_INDICATOR_CATEGORY.

Attached is the vapi file, could you point me in the right direction?

in :
     [CCode (cprefix = "APP_INDICATOR_CATEGORY_", cheader_filename =
"libappindicator/app-indicator.h")]
     public enum Category {

add type_id="APP_INDICATOR_TYPE_INDICATOR_CATEGORY" just like you did
it with the class. I see no reason for it not working.

Abderrahim

Nope doesn't work, the error is:

/home/andrew/Software/Projects/wasiliana/src/indicator.vala.c: In
function ‘wapp_indicator_category_from_enum’:
/home/andrew/Software/Projects/wasiliana/src/indicator.vala.c:82: error:
‘APP_INDICATOR_TYPE_INDICATOR_CATEGORY’ undeclared (first use in this
function)
/home/andrew/Software/Projects/wasiliana/src/indicator.vala.c:82: error:
(Each undeclared identifier is reported only once
/home/andrew/Software/Projects/wasiliana/src/indicator.vala.c:82: error:
for each function it appears in.)
error: cc exited with status 256

The C and genie files are attached (if it helps)



And the vapi file (probably more useful)

-- 
Andrew

Attachment: appindicator-0.1.vapi
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]