From 38bebbbddf1b2e8620c6b3c2101f689c0296a1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 3 Aug 2021 20:24:02 +0200 Subject: New upstream version 0.7.3 --- src/utilities/animatedValue.vala | 2 +- src/utilities/archiveReader.vala | 5 +++-- src/utilities/archiveWriter.vala | 2 +- src/utilities/bindingManager.vala | 2 +- src/utilities/color.vala | 2 +- src/utilities/config.vala | 2 +- src/utilities/focusGrabber.vala | 2 +- src/utilities/key.vala | 2 +- src/utilities/logger.vala | 2 +- src/utilities/paths.vala | 2 +- src/utilities/trigger.vala | 2 +- 11 files changed, 13 insertions(+), 12 deletions(-) (limited to 'src/utilities') diff --git a/src/utilities/animatedValue.vala b/src/utilities/animatedValue.vala index 975b7c3..19c4fdc 100644 --- a/src/utilities/animatedValue.vala +++ b/src/utilities/animatedValue.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/archiveReader.vala b/src/utilities/archiveReader.vala index 0200c8a..82f067f 100644 --- a/src/utilities/archiveReader.vala +++ b/src/utilities/archiveReader.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the @@ -89,12 +89,13 @@ public class ArchiveReader : GLib.Object { if (entry.size() > 0) { while (true) { - size_t offset, size; #if VALA_0_42 + size_t offset; uint8[] buff; r = this.archive.read_data_block(out buff, out offset); #else + size_t offset, size; void* buff; r = this.archive.read_data_block(out buff, out size, out offset); #endif diff --git a/src/utilities/archiveWriter.vala b/src/utilities/archiveWriter.vala index 2244fd1..4a67c83 100644 --- a/src/utilities/archiveWriter.vala +++ b/src/utilities/archiveWriter.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/bindingManager.vala b/src/utilities/bindingManager.vala index 832fb88..447e96f 100644 --- a/src/utilities/bindingManager.vala +++ b/src/utilities/bindingManager.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/color.vala b/src/utilities/color.vala index fca8a57..aa70c33 100644 --- a/src/utilities/color.vala +++ b/src/utilities/color.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/config.vala b/src/utilities/config.vala index 642eb52..26c2c2c 100644 --- a/src/utilities/config.vala +++ b/src/utilities/config.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/focusGrabber.vala b/src/utilities/focusGrabber.vala index 34a0d0b..c63e966 100644 --- a/src/utilities/focusGrabber.vala +++ b/src/utilities/focusGrabber.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/key.vala b/src/utilities/key.vala index c831b99..99517a7 100644 --- a/src/utilities/key.vala +++ b/src/utilities/key.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/logger.vala b/src/utilities/logger.vala index 2696224..2e918e7 100644 --- a/src/utilities/logger.vala +++ b/src/utilities/logger.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/paths.vala b/src/utilities/paths.vala index a6e01ef..5940354 100644 --- a/src/utilities/paths.vala +++ b/src/utilities/paths.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/utilities/trigger.vala b/src/utilities/trigger.vala index 71defdf..fef0892 100644 --- a/src/utilities/trigger.vala +++ b/src/utilities/trigger.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the -- cgit v1.2.3