<p>In <a href="https://github.com/geany/geany/pull/1038#discussion_r64232710">src/geanyobject.c</a>:</p>
<pre style='color:#555'>>      geany_object_signals[GCB_DOCUMENT_FILETYPE_SET] = g_signal_new (
>            "document-filetype-set",
>            G_OBJECT_CLASS_TYPE (g_object_class),
>            G_SIGNAL_RUN_FIRST,
> -          G_STRUCT_OFFSET (GeanyObjectClass, document_filetype_set),
> -          NULL, NULL,
> -          geany_cclosure_marshal_VOID__POINTER_POINTER,
> +          0, NULL, NULL, g_cclosure_marshal_generic,
</pre>
<p>Yea, thought it would be more consistent since we pass an explicit marshaller for some signals. Can change to NULL if you prefer.</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 or <a href="https://github.com/geany/geany/pull/1038/files/c9f291ae4015a3bb8d6ea142b1beb6c9fcc43129#r64232710">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwJXoUi8AiKTJ9ijo1KAaEPl8Rffks5qEbp4gaJpZM4Ifw_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/c9f291ae4015a3bb8d6ea142b1beb6c9fcc43129#r64232710"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>