Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2017-09-18 Thread elextr
Closed #1234. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1234#event-1254568007

Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2017-09-18 Thread Thomas Martitz
@codebrainz @elextr this can be closed (was commited to master as 7261742f8169b19fd5ac7f10a0845a684287e2d9) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1234#issuecomment-330367446

Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2016-09-17 Thread Matthew Brush
codebrainz commented on this pull request. > @@ -554,6 +554,24 @@ void plugin_builder_connect_signals(GeanyPlugin *plugin, } +/** Get the additional data that corresponds to the plugin. + * + * @param plugin The plugin provided by Geany + * @return The data corresponding to the plugin or

Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2016-09-17 Thread elextr
elextr commented on this pull request. > @@ -554,6 +554,24 @@ void plugin_builder_connect_signals(GeanyPlugin *plugin, } +/** Get the additional data that corresponds to the plugin. + * + * @param plugin The plugin provided by Geany + * @return The data corresponding to the plugin or @c

Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2016-09-17 Thread Matthew Brush
codebrainz commented on this pull request. > @@ -554,6 +554,24 @@ void plugin_builder_connect_signals(GeanyPlugin *plugin, } +/** Get the additional data that corresponds to the plugin. + * + * @param plugin The plugin provided by Geany + * @return The data corresponding to the plugin or

Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2016-09-17 Thread elextr
elextr commented on this pull request. Guess its reasonable to get the data you set :) > @@ -554,6 +554,24 @@ void plugin_builder_connect_signals(GeanyPlugin *plugin, } +/** Get the additional data that corresponds to the plugin. + * + * @param plugin The plugin provided by Geany + *

Re: [Github-comments] [geany/geany] Allow plugins to get the data they set (#1234)

2016-09-17 Thread Matthew Brush
Ammended to add `@see geany_plugin_set_data()` reference. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1234#issuecomment-247819073