<p>In <a href="https://github.com/geany/geany/pull/637#discussion_r38644632">src/main.h</a>:</p>
<pre style='color:#555'>> @@ -52,6 +52,17 @@ CommandLineOptions;
>  extern CommandLineOptions cl_options;
>  
>  
> +/* Information about command line entries that can not be stored in GOptionEntry. */
> +typedef struct
> +{
> +  gboolean persistent;  /* The option should be passed to "New Window" */
> +}
> +GeanyOptionEntryAux;
> +
> +extern GOptionEntry optentries[];
> +extern GeanyOptionEntryAux optentries_aux[];
</pre>
<p>I'm not very fond of exposing those outside of main, maybe it'd be nice to find a clean way to encapsulate access to thoseā€¦ any idea?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/637/files#r38644632">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJz4PnipwCbDhhX-i1eMqAdezs4TUks5ouEH0gaJpZM4F1KFb.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/637/files#r38644632"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>