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

Problems using some API functions

This discussion is connected to the gimp-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.

Problems using some API functions Dani Perez 09 Nov 13:13
  Problems using some API functions Sven Neumann 09 Nov 13:39
Dani Perez
2007-11-09 13:13:26 UTC (about 17 years ago)

Problems using some API functions

Hi,

I am trying to use some functions of the application API, for example:

gimp_text_layer_new gimp_image_get_by_ID

I have included in my plug-in code the following two header files: #include
#include

But I am still getting a compilation error saying unreference functions.

Am I missing a header file that I should include? any idea about the cause of the problem?

Thanks in advance.

Dani

Sven Neumann
2007-11-09 13:39:05 UTC (about 17 years ago)

Problems using some API functions

Hi,

On Fri, 2007-11-09 at 13:13 +0100, Dani Perez wrote:

I am trying to use some functions of the application API, for example:

gimp_text_layer_new gimp_image_get_by_ID

You can't use the application API from your plug-in. This is the internal API that is used in the GIMP core.

Sven