diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-03-29 00:24:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-03-29 00:24:15 -0400 |
commit | bf8a169cb97c28f71251313d79d5bac4c5ef4284 (patch) | |
tree | 56c0318ddb7e163a54e2a9d03c274929c27adf7a /gtk/gtkmodules.h | |
parent | 3d0b7314cdf62fe2c115311af8e24ece2f1586a2 (diff) | |
download | gtk+-bf8a169cb97c28f71251313d79d5bac4c5ef4284.tar.gz |
docs: Another round of markup removal
Diffstat (limited to 'gtk/gtkmodules.h')
-rw-r--r-- | gtk/gtkmodules.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h index fbc575c222..29409b7041 100644 --- a/gtk/gtkmodules.h +++ b/gtk/gtkmodules.h @@ -32,9 +32,8 @@ 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(<!-- -->) - * with this prototype. This function is called after loading - * the module. + * Each GTK+ module must have a function gtk_module_init() with this prototype. + * This function is called after loading the module. */ typedef void (*GtkModuleInitFunc) (gint *argc, gchar ***argv); @@ -43,9 +42,8 @@ typedef void (*GtkModuleInitFunc) (gint *argc, * GtkModuleDisplayInitFunc: * @display: an open #GdkDisplay * - * A multihead-aware GTK+ module may have a gtk_module_display_init(<!-- -->) - * function with this prototype. GTK+ calls this function for each - * opened display. + * A multihead-aware GTK+ module may have a gtk_module_display_init() function + * with this prototype. GTK+ calls this function for each opened display. * * Since: 2.2 */ |