Re: [Geany-Devel] Another set of Plugin API questions

2014-05-25 Thread Lex Trotman
On 26 May 2014 09:38, Matthew Brush mbr...@codebrainz.ca wrote: Hi, Is it fair to say that any function that is not represented in `geanyfunctions.h`/`plugindata.h` and any types that are not documented with a `/**` or other Doxygen comment are to be considered private with respect to the

Re: [Geany-Devel] Another set of Plugin API questions

2014-05-25 Thread Matthew Brush
On 14-05-25 04:38 PM, Matthew Brush wrote: [snip] And my final question: do we support individual includes of Geany's headers that were available? For example, if someone, for some crazy reason wanted to move `struct GeanyDocument` to `document-blah.h` (fake example), is it a plugin bug if they

Re: [Geany-Devel] Another set of Plugin API questions

2014-05-25 Thread Lex Trotman
On 26 May 2014 10:19, Matthew Brush mbr...@codebrainz.ca wrote: On 14-05-25 04:38 PM, Matthew Brush wrote: [snip] And my final question: do we support individual includes of Geany's headers that were available? For example, if someone, for some crazy reason wanted to move `struct

Re: [Geany-Devel] Another set of Plugin API questions

2014-05-25 Thread Matthew Brush
On 14-05-25 05:16 PM, Lex Trotman wrote: On 26 May 2014 09:38, Matthew Brush mbr...@codebrainz.ca wrote: [snip] Another example is `filetype_id` which is the enum type in `filetypes.h` that holds the various filetype IDs (ex. GEANY_FILETYPES_C, GEANY_FILETYPES_HTML, etc.). It's completely