mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 05:14:11 +02:00
Docs: don't use <footnote>
It basically does not work in the HTML output.
This commit is contained in:
@@ -52,12 +52,10 @@
|
||||
* basically they are a per-type facility that is inherited. A signal
|
||||
* emission mainly involves invocation of a certain set of callbacks
|
||||
* in precisely defined manner. There are two main categories of such
|
||||
* callbacks, per-object
|
||||
* <footnote><para>Although signals can deal with any kind of instantiatable
|
||||
* type, i'm referring to those types as "object types" in the following,
|
||||
* simply because that is the context most users will encounter signals in.
|
||||
* </para></footnote>
|
||||
* ones and user provided ones.
|
||||
* callbacks, per-object ones and user provided ones.
|
||||
* (Although signals can deal with any kind of instantiatable type, I'm
|
||||
* referring to those types as "object types" in the following, simply
|
||||
* because that is the context most users will encounter signals in.)
|
||||
* The per-object callbacks are most often referred to as "object method
|
||||
* handler" or "default (signal) handler", while user provided callbacks are
|
||||
* usually just called "signal handler".
|
||||
|
Reference in New Issue
Block a user