From 3c15e7dc142ac1f22f6a703ca7e2e530568ef6fc Mon Sep 17 00:00:00 2001 From: Titan Jamison Date: Sat, 18 Mar 2023 15:35:51 -0700 Subject: [PATCH] fixed typo on line 295 --- docs/sec3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sec3.html b/docs/sec3.html index b96765a..4bcc106 100644 --- a/docs/sec3.html +++ b/docs/sec3.html @@ -292,7 +292,7 @@ are:

  • self is an instance to which the signal belongs.
  • user_data is a data defined in the fourth argument of the g_signal_connect function. If it is NULL, then you can -ignore and left out the second parameter.
  • +ignore and leave out the second parameter.

    API reference manual is very important. You should see and understand it.