<p>In <a href="https://github.com/geany/geany/pull/1038#discussion_r65814896">src/geanyobject.c</a>:</p>
<pre style='color:#555'>>  static void create_signals(GObjectClass *g_object_class)
>  {
>    /* Document signals */
>    geany_object_signals[GCB_DOCUMENT_NEW] = g_signal_new (
>            "document-new",
>            G_OBJECT_CLASS_TYPE (g_object_class),
>            G_SIGNAL_RUN_FIRST,
> -          G_STRUCT_OFFSET (GeanyObjectClass, document_new),
</pre>
<p>also, if you really ant to remove this, drop the <code>GeanyObjectClass</code> prototypes that are now not only useless but also unused.</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/1038/files/f681a14158faddb1ff7f425f3da35a6e989e70af..a842d18cc79e2eac9ee45c29a37d1d1a27d414ce#r65814896">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJzW3Ng0T1a5OqeNXglgT-7pVuWj5ks5qIqFegaJpZM4Ifw_7">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6ScWuHGZelTiHv6KIWoMjMQNVj7ks5qIqFegaJpZM4Ifw_7.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/1038/files/f681a14158faddb1ff7f425f3da35a6e989e70af..a842d18cc79e2eac9ee45c29a37d1d1a27d414ce#r65814896"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>