Re: [Vala] Vapigen errors?
- From: Travis Watkins <amaranth ubuntu com>
- To: Robert Palmqvist <robert palmqvist home se>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Vapigen errors?
- Date: Sun, 10 May 2009 03:40:55 -0500
On Sun, May 10, 2009 at 3:33 AM, Robert Palmqvist
<robert palmqvist home se> wrote:
On Sun, May 10, 2009 at 9:32 AM, Robert Palmqvist <robert palmqvist home se>
wrote:
There is a typedef for "_ExifContentPrivate" but I can't find it defined
anywhere. It's the same for "_ExifDataPrivate" in "exif-data.h" and
"_ExifEntryPrivate" in "exif-entry.h"...
Anyone got a solution?
I have found the definitions, "_ExifDataPrivate" is found in
"exif-content.c":
...
struct _ExifContentPrivate
{
unsigned int ref_count;
ExifMem *mem;
ExifLog *log;
};
...
The same for "_ExifDataPrivate" in "exif-data.c" and "_ExifEntryPrivate" in
"exif-entry.c"...
...
struct _ExifDataPrivate
{
ExifByteOrder order;
ExifMnoteData *md;
ExifLog *log;
ExifMem *mem;
unsigned int ref_count;
/* Temporarily used while loading data */
unsigned int offset_mnote;
ExifDataOption options;
ExifDataType data_type;
};
...
...
struct _ExifEntryPrivate
{
unsigned int ref_count;
ExifMem *mem;
};
...
Any good solutions to this problem?
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
In your exif.metadata file (or whatever the name is) put this:
ExifContent.priv hidden="1"
Do the same for the other ones and you should be fine.
--
Travis Watkins
http://www.realistanew.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]