<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72888449">src/ui_utils.h</a>:</p>
<pre style='color:#555'>> @@ -51,6 +51,8 @@ typedef struct GeanyInterfacePrefs
>    gchar                   *tagbar_font;                           /**< symbol sidebar font */
>    gchar                   *msgwin_font;                           /**< message window font */
>    gboolean                show_notebook_tabs;                     /**< whether editor tabs are visible */
> +  gboolean                auto_sort_tabs_filename;        /**< whether to automatically sort tabs based on filename */
> +  gboolean                auto_sort_tabs_pathname;        /**< whether to automatically sort tabs based on pathname */
</pre>
<p>need to be added to the end of the structure not to break ABI, as the other fields are part of the API.<br>
Also, those new fields should probably not be added to the API (<code>/**</code> comment), so make the comment use <code>/*</code> only.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72888449">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ69F0_Xgr8Ij_bNg6aHovr4F-vrVks5qa1-3gaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJw_ZPbKCE8AQhRfavTB0fy9-55zwks5qa1-3gaJpZM4JQxCD.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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72888449"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>