<p>In <a href="https://github.com/geany/geany/pull/1112#discussion_r69430553">doc/Makefile.am</a>:</p>
<pre style='color:#555'>> @@ -148,6 +148,75 @@ CLEAN_LOCAL_TARGETS += clean-gtkdoc-header-local
>  clean-gtkdoc-header-local:
>    -rm -rf xml/ Doxyfile-gi Doxyfile-gi.stamp geany-gtkdoc.h geany-sciwrappers-gtkdoc.h
>  
> +if HAVE_INTROSPECTION
> +
> +INTROSPECTION_GIRS  = Geany-1.0-pre.gir GeanyScintilla-1.0-pre.gir
</pre>
<p>This is so that <code>Geany.sci_start_undo_action(sci)</code> works at the same time (on the same object instance) as GeanyScintilla's <code>sci.start_undo_action()</code>.</p>

<p>For this to work, <code>Geany.sci_start_undo_action()</code> must take a GeanyScintilla.ScintillaObject parameter (same type as <code>sci.start_undo_action()</code>)</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/1112/files/a1751ae651425b7443f4fd3319b8b04b0876419e#r69430553">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ7qwLzmkvZUpKEhx7q0bT5Rj2Dbmks5qSNCRgaJpZM4JD5zE">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3x4Sy5mx0hWRJ7mtljtsgSmx9qNks5qSNCRgaJpZM4JD5zE.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/1112/files/a1751ae651425b7443f4fd3319b8b04b0876419e#r69430553"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>