bug-ncurses
[Top][All Lists]
Advanced

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

ABI, "public" variables


From: Andrius Bentkus
Subject: ABI, "public" variables
Date: Thu, 25 Aug 2011 15:19:37 +0200

Hello,
I'm currently writing some some bindings for my favorite language, it has the ability to access publicly exposed C functions.
The problem I am facing now is that there are some objects which are of utter importance and yet they are exposed not using extern functions, which makes it impossible to write bindings with languages which feature extern C function access.

So, my suggestion is to make all the public variable additionally accessible with c functions in order to avoid unnecessary wrappers.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]