mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2025-01-12 20:03:28 +01:00
fixed typo on line 295
This commit is contained in:
parent
11d856cde1
commit
3c15e7dc14
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ are:</p>
|
||||||
<li>self is an instance to which the signal belongs.</li>
|
<li>self is an instance to which the signal belongs.</li>
|
||||||
<li>user_data is a data defined in the fourth argument of the
|
<li>user_data is a data defined in the fourth argument of the
|
||||||
<code>g_signal_connect</code> function. If it is NULL, then you can
|
<code>g_signal_connect</code> function. If it is NULL, then you can
|
||||||
ignore and left out the second parameter.</li>
|
ignore and leave out the second parameter.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>API reference manual is very important. You should see and understand
|
<p>API reference manual is very important. You should see and understand
|
||||||
it.</p>
|
it.</p>
|
||||||
|
|
Loading…
Reference in a new issue