[XForms] [patch] libtool version number

Angus Leeming angus.leeming at btopenworld.com
Mon May 17 07:39:20 EDT 2004


On Monday 17 May 2004 12:10 pm, Jean-Marc Lasgouttes wrote:
> Angus> What's the story with the documentation?
>
> The story is that we still do not have anything. What would be very
> nice of us in this respect is to write down note about what has
> changed since the 0.89.6 release: how to use xforms (what headers
> what libraries), what new api exists, etc. Do you think we could do
> that? I do not think that there is a lot to write down.

New FL_EVENTS, FL_MOVEORIGIN and  FL_RESIZED.

New typedef FL_ERROR_FUNC.

Hmmm, why don't we use the FL_SIGNAL_HANDLER typedef here:

-FL_EXPORT void fl_add_signal_callback(int, FL_SIGNAL_HANDLER, void 
*);
+FL_EXPORT void fl_add_signal_callback(
+		int s,
+		void (*cb)(int,
+		void *),
+		void *data
+		);


Why 'register'?
-FL_EXPORT int fl_get_vn_value(FL_VN_PAIR *, const char *);
+FL_EXPORT int fl_get_vn_value(
+		register FL_VN_PAIR *vn_pair,
+		const char *name
+		);

Ach. This is going to take a while.
Angus



More information about the Xforms mailing list