Patches item #1840431, was opened at 2007-11-28 12:32 Message generated for change (Comment added) made by matju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1840431...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix Status: Open Resolution: None Priority: 8 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: expose sys_register_loader() and loader_t in s_stuff.h
Initial Comment:
In order for people to use the loader stuff, these key definitions need to be expose. I chose s_stuff.h since it seemed to make sense, I suppose it could go elsewhere.
----------------------------------------------------------------------
Comment By: Mathieu Bouchard (matju) Date: 2007-11-28 21:50
Message: Logged In: YES user_id=801174 Originator: NO
s_stuff.h is for the internal API only. m_pd.h is for the public API. (and g_canvas.h is for the API that is supposed to be private but has to be used by GUI externals anyway.)
m_pd.h is the only .h that gets installed.
loader_t has the _t suffix like the libc APIs, but unlike the pd API, which uses the t_ prefix instead.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1840431...