summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-aboutdialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-aboutdialog.c')
-rw-r--r--libmate-desktop/mate-aboutdialog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmate-desktop/mate-aboutdialog.c b/libmate-desktop/mate-aboutdialog.c
index 6bf60a6..45b223c 100644
--- a/libmate-desktop/mate-aboutdialog.c
+++ b/libmate-desktop/mate-aboutdialog.c
@@ -37,8 +37,7 @@
#include <glib/gi18n-lib.h>
-/**
- * The #MateAboutDialog offers a simple way to display information about
+/* The #MateAboutDialog offers a simple way to display information about
* a program like its logo, name, copyright, website and license. It is
* also possible to give credits to the authors, documenters, translators
* and artists who have worked on the program. An about dialog is typically
@@ -814,7 +813,8 @@ mate_about_dialog_show (GtkWidget *widget)
* Return value: The program name. The string is owned by the about
* dialog and must not be modified.
*
- * Since: 1.9 */
+ * Since: 1.9
+ */
const gchar *
mate_about_dialog_get_program_name (MateAboutDialog *about)
{
@@ -959,7 +959,7 @@ mate_about_dialog_get_copyright (MateAboutDialog *about)
/**
* mate_about_dialog_set_copyright:
* @about: a #MateAboutDialog
- * @copyright: (allow-none) the copyright string
+ * @copyright: (allow-none): the copyright string
*
* Sets the copyright string to display in the about dialog.
* This should be a short string of one or two lines.
@@ -2243,7 +2243,7 @@ close_cb (MateAboutDialog *about)
* gtk_show_about_dialog:
* @parent: (allow-none): transient parent, or %NULL for none
* @first_property_name: the name of the first property
- * @Varargs: value of first property, followed by more properties, %NULL-terminated
+ * @...: value of first property, followed by more properties, %NULL-terminated
*
* This is a convenience function for showing an application's about box.
* The constructed dialog is associated with the parent window and