[Gtk-sharp-list] gtk+ 2.3.0 support (or CVS HEAD)

jeroen jeroen@xs4all.nl
Sat, 22 Nov 2003 15:15:09 +0100 (CET)


Hi,

I'm trying to get gapi-parser to generate an api xml for gtk+-2.3.0 (CVS
HEAD to be specific). However, it appears that gapi_pp.pl doesn't output
correct data. For example, there are several open "#if 0" statements in
the output.

This is the output i see when running gapi-parser:

~/cvs/gnome26/gtk+/gtk
#if 0 void                  gtk_file_info_set_icon_type
(GtkFileInfo    *info,
GtkFileIconType    icon_type);
typedef struct _GtkTreeDataSortHeader
{
  gint sort_column_id;
  GtkTreeIterCompareFunc func;
  gpointer data;
  GtkDestroyNotify destroy;
} GtkTreeDataSortHeader;

  return window->type_hint;
}
current_folder_changed  at ../parser/gapi2xml.pl line 797, <STDIN> line
27965.
I/O warning : failed to load external entity "../gtk/gtk-api.xml.pre"

** (process:24376): WARNING **: File ../gtk/gtk-api.xml.pre empty or not
well-formed.

Line 27965 is the last line in gapi_pp.pl's output. So it appears
gapi2xml.pl still expects data after that?

Can anyone help me out with this?

Thanks,

Jeroen