summaryrefslogtreecommitdiff
path: root/gtk/gtkmodules.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 17:02:57 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 18:57:39 -0500
commit3dce57780ecc10d32d725c66e33ede368a77a571 (patch)
tree5708d0de1c208896db44267aa5f96846c5f8809d /gtk/gtkmodules.h
parent5db8aac181d5bac9fad950821dc8929d82eac2fc (diff)
downloadgtk+-3dce57780ecc10d32d725c66e33ede368a77a571.tar.gz
docs: don't try to link to funcs
Diffstat (limited to 'gtk/gtkmodules.h')
-rw-r--r--gtk/gtkmodules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h
index 4aca3606ea..fbc575c222 100644
--- a/gtk/gtkmodules.h
+++ b/gtk/gtkmodules.h
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
* @argc: (allow-none): 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
* the module.
*/
@@ -43,7 +43,7 @@ typedef void (*GtkModuleInitFunc) (gint *argc,
* GtkModuleDisplayInitFunc:
* @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
* opened display.
*