[Geany-Devel] Accessing argv from plugins

Dimitar Zhekov dimitar.zhekov at gmail.com
Tue Jan 8 20:01:21 UTC 2013


On Tue, 8 Jan 2013 10:34:04 +1100
Lex Trotman <elextr at gmail.com> wrote:

> Sadly my quick read of g_option stuff doesn't seem it supports
> multiple occurances of an arg, so all the plugin args should be in one
> -X, still given how popular this has been to date few plugins will
> need cl options, most use friendly keyfiles. :)

G_OPTION_ARG_STRING_ARRAY  The option takes a string argument,
multiple uses of the option are collected into an array of strings.

-- 
E-gards: Jimmy


More information about the Devel mailing list