diff options
author | Ted Gould <ted@gould.cx> | 2014-10-16 08:17:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-16 08:17:14 -0500 |
commit | 5c4cf2d53855c9cf1bf5f8f033f661c7c4b9f82b (patch) | |
tree | 5065dd48302fd6d0b84758b4a874e54885947521 | |
parent | 01ce8c36c74f0adfffbd14c9923c68181dc2ec32 (diff) | |
download | ayatana-ido-5c4cf2d53855c9cf1bf5f8f033f661c7c4b9f82b.tar.gz ayatana-ido-5c4cf2d53855c9cf1bf5f8f033f661c7c4b9f82b.tar.bz2 ayatana-ido-5c4cf2d53855c9cf1bf5f8f033f661c7c4b9f82b.zip |
Update tags for newer GObject Introsepction Scanner
-rw-r--r-- | src/idomessagedialog.c | 4 | ||||
-rw-r--r-- | src/idoprogressmenuitem.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/idomessagedialog.c b/src/idomessagedialog.c index f2c2e93..5b73950 100644 --- a/src/idomessagedialog.c +++ b/src/idomessagedialog.c @@ -248,7 +248,7 @@ ido_message_dialog_init (IdoMessageDialog *dialog) * @type: type of message * @buttons: a set of buttons to use * @message_format: printf()-style format string, or %NULL - * @Varargs: arguments for @message_format + * @...: arguments for @message_format * * Creates a new message dialog, which is based upon * GtkMessageDialog so it shares API and functionality @@ -312,7 +312,7 @@ ido_message_dialog_new (GtkWindow *parent, * @type: type of message * @buttons: a set of buttons to use * @message_format: printf()-style format string, or %NULL - * @Varargs: arguments for @message_format. They will be escaped to allow valid XML. + * @...: arguments for @message_format. They will be escaped to allow valid XML. * * Creates a new message dialog, which is based upon * GtkMessageDialog so it shares API and functionality diff --git a/src/idoprogressmenuitem.c b/src/idoprogressmenuitem.c index 9d456b8..4fda202 100644 --- a/src/idoprogressmenuitem.c +++ b/src/idoprogressmenuitem.c @@ -1,4 +1,4 @@ -/** +/* * Copyright 2013 Canonical Ltd. * * Authors: |