RSS/Atom feed Twitter
Site is read-only, email is disabled

GEGL GObject introspection file

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL GObject introspection file Sayak 01 Jun 03:57
  GEGL GObject introspection file Jon Nordby 01 Jun 08:22
Sayak
2011-06-01 03:57:08 UTC (almost 14 years ago)

GEGL GObject introspection file

Thanks to all, i have successfully compiled GEGL in windows using MSYS/MinGW. I have tested several C-codes and all are running. Now, in the next step, i need to use the C-code as a native code and call it using JNI to Android programming. I have heard of GEGL GObject introspection file at gegl/Gegl-0.1.gir. Please tell me how to use this file to generate JNI and Java code automatically. by the way, i didnt find any .gir file in my system...

Jon Nordby
2011-06-01 08:22:36 UTC (almost 14 years ago)

GEGL GObject introspection file

On 1 June 2011 05:57, Sayak wrote:

Thanks to all, i have successfully compiled GEGL in windows using MSYS/MinGW. I have tested several C-codes and all are running. Now, in the next step, i need to use the C-code as a native code and call it using JNI to Android programming. I have heard of GEGL GObject introspection file at gegl/Gegl-0.1.gir. Please tell me how to use this file to generate JNI and Java code automatically. by the way, i didnt find any .gir file in my system...

The .gir and .typelib will only be built if you have the required libraries for introspection available at build time. Using the .gir file for bindings has very little to do with Gegl. That is a general GObject introspection topic, and you should use the GObject introspection communication channels for questions about it.