<p>In <a href="https://github.com/geany/geany/pull/826#discussion_r48686754">src/encodings.h</a>:</p>
<pre style='color:#555'>> -} GeanyEncodingIndex;
> -
> -/** Structure to represent an encoding to be used in Geany. */
> -typedef struct
> -{
> -  /** The index of the encoding, must be one of GeanyEncodingIndex. */
> -  gint                             idx;
> -  /** Internally used member for grouping */
> -  gint                             order;
> -  /** Internally used member for grouping */
> -  GeanyEncodingGroup   group;
> -  /** String representation of the encoding, e.g. "ISO-8859-3" */
> -  const gchar                     *charset;
> -  /** Translatable and descriptive name of the encoding, e.g. "South European" */
> -  const gchar                     *name;
> -} GeanyEncoding;
</pre>
<p><a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> this breaks GeanyPy too.</p>

<p>Both are trivial to fix tho (just remove the wrappers).  Technically this struct <em>was</em> part of the API, but as there was nothing to get any instance of it removing the struct itself makes sense.</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/826/files#r48686754">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5WBnAw9saWbZjjJvZUAalmex-nEks5pWBr8gaJpZM4G3LIT.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/826/files#r48686754"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>