mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
docs: don't try to link to funcs
This commit is contained in:
parent
5db8aac181
commit
3dce57780e
@ -32,7 +32,7 @@ G_BEGIN_DECLS
|
|||||||
* @argc: (allow-none): GTK+ always passes %NULL for this argument
|
* @argc: (allow-none): GTK+ always passes %NULL for this argument
|
||||||
* @argv: (allow-none) (array length=argc): GTK+ always passes %NULL for this argument
|
* @argv: (allow-none) (array length=argc): GTK+ always passes %NULL for this argument
|
||||||
*
|
*
|
||||||
* Each GTK+ module must have a function gtk_module_init()
|
* Each GTK+ module must have a function gtk_module_init(<!-- -->)
|
||||||
* with this prototype. This function is called after loading
|
* with this prototype. This function is called after loading
|
||||||
* the module.
|
* the module.
|
||||||
*/
|
*/
|
||||||
@ -43,7 +43,7 @@ typedef void (*GtkModuleInitFunc) (gint *argc,
|
|||||||
* GtkModuleDisplayInitFunc:
|
* GtkModuleDisplayInitFunc:
|
||||||
* @display: an open #GdkDisplay
|
* @display: an open #GdkDisplay
|
||||||
*
|
*
|
||||||
* A multihead-aware GTK+ module may have a gtk_module_display_init()
|
* A multihead-aware GTK+ module may have a gtk_module_display_init(<!-- -->)
|
||||||
* function with this prototype. GTK+ calls this function for each
|
* function with this prototype. GTK+ calls this function for each
|
||||||
* opened display.
|
* opened display.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user