fixed typo on line 295

This commit is contained in:
Titan Jamison 2023-03-18 15:35:51 -07:00
parent 11d856cde1
commit 3c15e7dc14

View file

@ -292,7 +292,7 @@ are:</p>
<li>self is an instance to which the signal belongs.</li>
<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
ignore and left out the second parameter.</li>
ignore and leave out the second parameter.</li>
</ul>
<p>API reference manual is very important. You should see and understand
it.</p>