mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Fix typo in gsignal.c documentation comment
Spotted by Morten Welinder <mortenw@gnome.org>. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=796186
This commit is contained in:
parent
2477c7b05f
commit
d388a00028
@ -1467,7 +1467,7 @@ g_signal_new (const gchar *signal_name,
|
||||
* Creates a new signal. (This is usually done in the class initializer.)
|
||||
*
|
||||
* This is a variant of g_signal_new() that takes a C callback instead
|
||||
* off a class offset for the signal's class handler. This function
|
||||
* of a class offset for the signal's class handler. This function
|
||||
* doesn't need a function pointer exposed in the class structure of
|
||||
* an object definition, instead the function pointer is passed
|
||||
* directly and can be overriden by derived classes with
|
||||
|
Loading…
Reference in New Issue
Block a user