Hi Michael,
Thanks very much for the reference! Looks like all of the arguments of
interest to gtk begin with '--', so anything beginning with only a single
'-' ought to be safe from gtk_init() harvesting.
Roger
On Wed, 16 May 2018, Michael Gratton wrote:
On Wed, May 16, 2018 at 7:34 AM, r
On Wed, May 16, 2018 at 7:34 AM, rbd wrote:
Can someone point me to an official gtk3 documentation source which
clearly lists all of the command-line arguments parsed and then
stripped from argv[] by gtk_init()?
The "Running and debugging GTK+ Applications" document is the only
thing I know
Hi all,
Can someone point me to an official gtk3 documentation source which
clearly lists all of the command-line arguments parsed and then stripped
from argv[] by gtk_init()? I cannot find this information anywhere
(although it would not be the first time I missed something right in
front o