aboutsummaryrefslogtreecommitdiff
path: root/m4/gcov.m4
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2014-11-10 16:29:51 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-11-10 16:29:51 +0000
commit9cb1df02b3e5e087ea8191daf24f89e7bf02fbf9 (patch)
tree26136e012ee2db0734385f7d1877dcb3f862d9bd /m4/gcov.m4
parent643fad353455800752d300f226badc047cb91fef (diff)
parentcd218c8b6b039316e44027bb53bd4dd19e640a22 (diff)
downloadlibayatana-appindicator-9cb1df02b3e5e087ea8191daf24f89e7bf02fbf9.tar.gz
libayatana-appindicator-9cb1df02b3e5e087ea8191daf24f89e7bf02fbf9.tar.bz2
libayatana-appindicator-9cb1df02b3e5e087ea8191daf24f89e7bf02fbf9.zip
scroll-event: change parameter to the right type
The scroll-direction parameter is of type uint, but the annotation says that it's of Gdk.ScrollDirection. Thus, bindings always see 0 for that parameter. This commit changes the actual type of the parameter instead of the annotation. This should be API compatible for C while still maintaining the proper type for bindings. Fixes: 1071738 Approved by: Sebastien Bacher, PS Jenkins bot
Diffstat (limited to 'm4/gcov.m4')
-rw-r--r--m4/gcov.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gcov.m4 b/m4/gcov.m4
index 2d0b4bb..bd96386 100644
--- a/m4/gcov.m4
+++ b/m4/gcov.m4
@@ -30,7 +30,7 @@ AC_DEFUN([AC_TDD_GCOV],
AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
fi
- lcov_version_list="1.6 1.7 1.8 1.9 1.10"
+ lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
AC_CHECK_PROG(LCOV, lcov, lcov)
AC_CHECK_PROG(GENHTML, genhtml, genhtml)