aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-03 20:57:33 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-11-03 20:57:33 +0000
commit2d4009b5dd4e3951f1b0ffedc97d3db3a626062c (patch)
tree124d670064e4fece7a34bc1d14c5feca80530103 /src
parent01ce8c36c74f0adfffbd14c9923c68181dc2ec32 (diff)
parentc3c628dcf3f92c30d167f73daaea6c408123ffa6 (diff)
downloadayatana-ido-2d4009b5dd4e3951f1b0ffedc97d3db3a626062c.tar.gz
ayatana-ido-2d4009b5dd4e3951f1b0ffedc97d3db3a626062c.tar.bz2
ayatana-ido-2d4009b5dd4e3951f1b0ffedc97d3db3a626062c.zip
Update tags for newer GObject Introsepction Scanner and disable xorg-gtest tests Fixes: 1382020
Approved by: PS Jenkins bot
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am7
-rw-r--r--src/idomessagedialog.c4
-rw-r--r--src/idoprogressmenuitem.c2
3 files changed, 7 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b722cb..e18fb70 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -113,11 +113,12 @@ libidoinclude_HEADERS = \
libido_0_1_la_LIBADD = $(GTK_LIBS) $(LIBM)
libido_0_1_la_LDFLAGS = \
$(GTK_LT_LDFLAGS) \
- $(COVERAGE_LDFLAGS)
+ $(COVERAGE_LDFLAGS) \
+ -no-undefined \
+ -export-symbols-regex "^[^_].*"
libido3_0_1_la_LIBADD = $(libido_0_1_la_LIBADD)
libido3_0_1_la_LDFLAGS = \
- $(libido_0_1_la_LDFLAGS) \
- $(COVERAGE_LDFLAGS)
+ $(libido_0_1_la_LDFLAGS)
DISTCLEANFILES = \
stamp-idotypebuiltins.h \
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: