diff -Nru vala-0.16-0.15.2/debian/changelog vala-0.16-0.15.2/debian/changelog --- vala-0.16-0.15.2/debian/changelog 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/changelog 2012-03-07 09:55:01.000000000 +0000 @@ -1,64 +1,39 @@ -vala-0.16 (0.15.2-0ubuntu1) precise; urgency=low +vala-0.16 (0.15.2-1) experimental; urgency=low - * New upstream release - - -- Rico Tzschichholz Tue, 28 Feb 2012 20:20:50 +0100 - -vala-0.16 (0.15.1-0ubuntu2) precise; urgency=low - - * debian/libvala-0.16-dev.install: updated, upstream stopped installing - the aclocal macros when --disable-unversioned is used (lp: #843950) - - -- Sebastien Bacher Thu, 26 Jan 2012 23:26:49 +0100 + * New upstream release (Closes: #661375, #658388, #658390, #658761) + * Update Debian Standards Version to 3.9.3 -vala-0.16 (0.15.1-0ubuntu1) precise; urgency=low + -- Sebastian Reichel Wed, 07 Mar 2012 10:39:47 +0100 - * New upstream version, dropped uneeded 99_ltmain_as-needed.patch - - -- Sebastien Bacher Thu, 26 Jan 2012 22:48:28 +0100 - -vala-0.16 (0.15.0-0ubuntu1) precise; urgency=low - - * New upstream serie - * debian/control: - - drop the unversioned valac binary since 0.15 is not default yet - * debian/valac-0.16.postinst: - - lower the alternative score under the default version value +vala-0.16 (0.15.1-2) experimental; urgency=low - -- Sebastien Bacher Tue, 03 Jan 2012 16:07:14 +0100 + * Fix name of vala.1.gz slave alternative (Closes: #659466) -vala-0.14 (0.14.1-0ubuntu3) precise; urgency=low + -- Sebastian Reichel Tue, 14 Feb 2012 23:08:18 +0100 - * 03_glib.h_includes.patch: - - Disable until we come up with a better fix. The glib-i18n includes - are still necessary and acceptable in glib 2.31. Fixes compilation in - any translated vala app. +vala-0.16 (0.15.1-1) experimental; urgency=low - -- Michael Terry Thu, 08 Dec 2011 12:24:15 -0500 - -vala-0.14 (0.14.1-0ubuntu2) precise; urgency=low - - * debian/watch: Move to *.tar.xz. - * Add 03_glib.h_includes.patch: glib-2.0: Only #include directly. - Including files from directly is deprecated since glib 2.17 and - now breaks with glib 2.31. - - -- Martin Pitt Wed, 07 Dec 2011 18:18:10 +0100 - -vala-0.14 (0.14.1-0ubuntu1) precise; urgency=low - - * New upstream version - - correctly reference the devhelp documentation (lp: #890723) + * New upstream release + * get cflags & ldflags from dpkg-buildflags + * switch to multi-arch paths for libvala package + * add symbols file for libvala package + * put vapi files into arch independent valac-0.16-vapi package - -- Sebastien Bacher Wed, 07 Dec 2011 16:37:48 +0100 + -- Sebastian Reichel Thu, 09 Feb 2012 18:29:32 +0100 -vala-0.14 (0.14.0-1ubuntu1) precise; urgency=low +vala-0.14 (0.14.2-1) unstable; urgency=low - * Merge with Debian testing. Remaining Ubuntu changes: - - debian/control: Build the "valac" metapackage, we default to 0.14. - - Add 02_dont_sigabrt_on_unknown_instance.patch. (bgo#625401) + * Team upload. + * Add me to uploaders. + * New upstream release (Closes: #651707) + - New bindings: libwnck-3.0, libnl-3.0, packagekit-glib2, xtst + - Bug fixes and binding updates + - /usr/share/aclocal/vala.m4 is no longer installed by libvala-0.14-dev + to avoid file conflicts with parallel installations + * Switch copyright format to DEP5 + * Update watch file to search for xz tarballs - -- Martin Pitt Wed, 19 Oct 2011 15:17:28 +0200 + -- Sebastian Reichel Thu, 09 Feb 2012 01:01:25 +0100 vala-0.14 (0.14.0-1) unstable; urgency=low diff -Nru vala-0.16-0.15.2/debian/control vala-0.16-0.15.2/debian/control --- vala-0.16-0.15.2/debian/control 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/control 2012-03-07 09:55:01.000000000 +0000 @@ -1,13 +1,13 @@ Source: vala-0.16 Section: devel Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Maintainers of Vala packages +Maintainer: Maintainers of Vala packages Uploaders: Marc-Andre Lureau , Loic Minier , Sebastian Dröge , Emilio Pozuelo Monfort , - Sjoerd Simons + Sjoerd Simons , + Sebastian Reichel Build-Depends: debhelper (>= 7), quilt, libglib2.0-dev (>= 2.26), @@ -22,8 +22,9 @@ valac, lsb-release, libgirepository1.0-dev -Standards-Version: 3.9.2 -Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/vala/ubuntu +Standards-Version: 3.9.3 +Vcs-Git: git://git.debian.org/git/pkg-vala/vala.git +Vcs-Browser: http://git.debian.org/?p=pkg-vala/vala.git Homepage: http://live.gnome.org/Vala/ #Package: valac @@ -50,6 +51,7 @@ Depends: ${shlibs:Depends}, libvala-0.16-0 (= ${binary:Version}), libglib2.0-dev (>= 2.26), + valac-0.16-vapi, ${misc:Depends} Conflicts: valac (<< 0.9.5), vala-utils (<< 0.10) @@ -67,14 +69,32 @@ source code. This package also contains the vala-gen-introspect and vapigen binaries that will automatically generate Vala bindings. +Package: valac-0.16-vapi +Architecture: all +Depends: ${misc:Depends} +Description: C# like language for the GObject system - vapi files + Vala is a new programming language that aims to bring modern programming + language features to GNOME developers without imposing any additional + runtime requirements and without using a different ABI compared to + applications and libraries written in C. + . + valac, the Vala compiler, is a self-hosting compiler that translates + Vala source code into C source and header files. It uses the GObject + type system to create classes and interfaces declared in the Vala + source code. This package also contains the vala-gen-introspect and + vapigen binaries that will automatically generate Vala bindings. + . + This package contains the bundled vapi files, which make some + common libraries available for vala development. + Package: vala-0.16-doc Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: ${misc:Depends} Suggests: valac, devhelp Provides: vala-doc Section: doc +Multi-Arch: foreign Description: C# like language for the GObject system - documentation Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional @@ -85,9 +105,11 @@ Package: libvala-0.16-0 Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Section: libs +Multi-Arch: same Description: C# like language for the GObject system - library Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional @@ -99,13 +121,13 @@ Package: libvala-0.16-dev Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${misc:Depends}, libvala-0.16-0 (= ${binary:Version}), libglib2.0-dev (>= 2.26) -Replaces: libvala-0.10-dev, libvala-0.12-dev, libvala-0.14-dev +Replaces: libvala-0.10-dev, libvala-0.12-dev Provides: libvala-dev Section: libdevel +Multi-Arch: same Description: C# like language for the GObject system - development headers Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing @@ -121,7 +143,7 @@ Depends: valac-0.16 (= ${binary:Version}), ${misc:Depends} Section: debug -Description: C# like language for the GObject system +Description: C# like language for the GObject system - debug symbols Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to @@ -141,6 +163,7 @@ Depends: libvala-0.16-0 (= ${binary:Version}), ${misc:Depends} Section: debug +Multi-Arch: same Description: C# like language for the GObject system - library symbols Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional @@ -148,4 +171,3 @@ applications and libraries written in C. . This package contains the library debug symbols. - diff -Nru vala-0.16-0.15.2/debian/copyright vala-0.16-0.15.2/debian/copyright --- vala-0.16-0.15.2/debian/copyright 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/copyright 2012-03-07 09:55:01.000000000 +0000 @@ -1,148 +1,116 @@ -This package was debianized by Marc-Andre Lureau -and Mathias Hasselmann . - -It was downloaded from http://ftp.gnome.org/pub/gnome/sources/vala - -Upstream Author: Jürg Billeter - Raffaele Sandrini - -Copyright: Copyright (C) 2006-2007 Jürg Billeter - Copyright (C) 2006-2007 Raffaele Sandrini - Copyright (C) 2006-2007 Michael Lawrence - Copyright (C) 2007 Alberto Ruiz - Copyright (C) 2003-2005 Novell, Inc. - Copyright (C) 2005 Matthias Clasen - Copyright (C) 2005 David Waite - Copyright (C) 2001-2003 Mike Kestner - Copyright (C) 2003 Martin Willemoes Hansen - Copyright (C) 1997-2000 GLib Team and others - Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald - -Licenses: - -vala and gobject-introspection are licensed under the LGPL 2 (or later): - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. - -gapi (used by gidlgen) is licensed under the GPL version 2: - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - (version 2) as published by the Free Software Foundation of the - License. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - - -gobject-introspection/scannerparser.[ch] are: - - Copyright (C) 1984, 1989-1990, 2000-2006, 2009-2010 Free Software - Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - - As a special exception, you may create a larger work that contains - part or all of the Bison parser skeleton and distribute that work - under terms of your choice, so long as that work isn't itself a - parser generator using the skeleton or a modified version thereof - as a parser skeleton. Alternatively, if you modify or redistribute - the parser skeleton itself, you may (at your option) remove this - special exception, which will cause the skeleton and the resulting - Bison output files to be licensed under the GNU General Public - License without this special exception. - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-3'. - - -gobject-introspection/scanner{lexer.l,parser.y} are: - - Copyright (c) 1997 Sandro Sigala - Copyright (c) 2007-2008 Jürg Billeter - - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -vapi/curses.vapi is: - Copyright (c) 2007 Ed Schouten - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - -The Debian packaging is (C) 2006-2007 Marc-Andre Lureau -, Mathias Hasselmann -and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: vala +Source: http://ftp.gnome.org/pub/gnome/sources/vala + +Files: * +Copyright: 2006-2007 Jürg Billeter + 2006-2007 Raffaele Sandrini + 2006-2007 Michael Lawrence + 2007 Alberto Ruiz + 2003-2005 Novell, Inc. + 2005 Matthias Clasen + 2005 David Waite + 2001-2003 Mike Kestner + 2003 Martin Willemoes Hansen + 1997-2000 GLib Team and others + 1995-1997 Peter Mattis + 1995-1997 Spencer Kimball + 1995-1997 Josh MacDonald +License: LGPL-2+ + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL'. + +Files: gobject-introspection/scannerparser.* +Copyright: 1984, 1989-1990, 2000-2006, 2009-2010 Free Software Foundation, Inc. +License: GPL-3+ with special exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + +Files: gobject-introspection/scannerlexer.l gobject-introspection/scannerparser.y +Copyright: 1997 Sandro Sigala + 2007-2008 Jürg Billeter +License: BSD-2-clause + +Files: vapi/curses.vapi +Copyright: 2007 Ed Schouten +License: BSD-2-clause + +Files: debian/* +Copyright: 2006-2007 Marc-Andre Lureau + 2006-2007 Mathias Hasselmann +License: GPL-1+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 1 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. diff -Nru vala-0.16-0.15.2/debian/libvala-0.16-0.install vala-0.16-0.15.2/debian/libvala-0.16-0.install --- vala-0.16-0.15.2/debian/libvala-0.16-0.install 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/libvala-0.16-0.install 2012-03-07 09:55:01.000000000 +0000 @@ -1 +1 @@ -usr/lib/lib*.so.* +usr/lib/*/lib*.so.* diff -Nru vala-0.16-0.15.2/debian/libvala-0.16-0.symbols vala-0.16-0.15.2/debian/libvala-0.16-0.symbols --- vala-0.16-0.15.2/debian/libvala-0.16-0.symbols 1970-01-01 00:00:00.000000000 +0000 +++ vala-0.16-0.15.2/debian/libvala-0.16-0.symbols 2012-03-07 09:55:01.000000000 +0000 @@ -0,0 +1,2704 @@ +libvala-0.16.so.0 libvala-0.16-0 #MINVER# + vala_addressof_expression_construct@Base 0.15.1 + vala_addressof_expression_get_inner@Base 0.15.1 + vala_addressof_expression_get_type@Base 0.15.1 + vala_addressof_expression_new@Base 0.15.1 + vala_addressof_expression_set_inner@Base 0.15.1 + vala_array_creation_expression_append_size@Base 0.15.1 + vala_array_creation_expression_construct@Base 0.15.1 + vala_array_creation_expression_get_element_type@Base 0.15.1 + vala_array_creation_expression_get_initializer_list@Base 0.15.1 + vala_array_creation_expression_get_rank@Base 0.15.1 + vala_array_creation_expression_get_sizes@Base 0.15.1 + vala_array_creation_expression_get_type@Base 0.15.1 + vala_array_creation_expression_new@Base 0.15.1 + vala_array_creation_expression_set_element_type@Base 0.15.1 + vala_array_creation_expression_set_initializer_list@Base 0.15.1 + vala_array_creation_expression_set_rank@Base 0.15.1 + vala_array_length_field_construct@Base 0.15.1 + vala_array_length_field_get_type@Base 0.15.1 + vala_array_length_field_new@Base 0.15.1 + vala_array_list_construct@Base 0.15.1 + vala_array_list_get_type@Base 0.15.1 + vala_array_list_new@Base 0.15.1 + vala_array_list_set_equal_func@Base 0.15.1 + vala_array_move_method_construct@Base 0.15.1 + vala_array_move_method_get_type@Base 0.15.1 + vala_array_move_method_new@Base 0.15.1 + vala_array_resize_method_construct@Base 0.15.1 + vala_array_resize_method_get_type@Base 0.15.1 + vala_array_resize_method_new@Base 0.15.1 + vala_array_type_construct@Base 0.15.1 + vala_array_type_get_element_type@Base 0.15.1 + vala_array_type_get_fixed_length@Base 0.15.1 + vala_array_type_get_inline_allocated@Base 0.15.1 + vala_array_type_get_invalid_syntax@Base 0.15.1 + vala_array_type_get_length@Base 0.15.1 + vala_array_type_get_rank@Base 0.15.1 + vala_array_type_get_type@Base 0.15.1 + vala_array_type_new@Base 0.15.1 + vala_array_type_set_element_type@Base 0.15.1 + vala_array_type_set_fixed_length@Base 0.15.1 + vala_array_type_set_inline_allocated@Base 0.15.1 + vala_array_type_set_invalid_syntax@Base 0.15.1 + vala_array_type_set_length@Base 0.15.1 + vala_array_type_set_rank@Base 0.15.1 + vala_assignment_construct@Base 0.15.1 + vala_assignment_get_left@Base 0.15.1 + vala_assignment_get_operator@Base 0.15.1 + vala_assignment_get_right@Base 0.15.1 + vala_assignment_get_type@Base 0.15.1 + vala_assignment_new@Base 0.15.1 + vala_assignment_operator_get_type@Base 0.15.1 + vala_assignment_set_left@Base 0.15.1 + vala_assignment_set_operator@Base 0.15.1 + vala_assignment_set_right@Base 0.15.1 + vala_attribute_add_argument@Base 0.15.1 + vala_attribute_cache_construct@Base 0.15.1 + vala_attribute_cache_get_type@Base 0.15.1 + vala_attribute_cache_new@Base 0.15.1 + vala_attribute_cache_ref@Base 0.15.1 + vala_attribute_cache_unref@Base 0.15.1 + vala_attribute_construct@Base 0.15.1 + vala_attribute_get_bool@Base 0.15.1 + vala_attribute_get_double@Base 0.15.1 + vala_attribute_get_integer@Base 0.15.1 + vala_attribute_get_name@Base 0.15.1 + vala_attribute_get_string@Base 0.15.1 + vala_attribute_get_type@Base 0.15.1 + vala_attribute_has_argument@Base 0.15.1 + vala_attribute_new@Base 0.15.1 + vala_attribute_set_name@Base 0.15.1 + vala_base_access_construct@Base 0.15.1 + vala_base_access_get_type@Base 0.15.1 + vala_base_access_new@Base 0.15.1 + vala_basic_block_add_child@Base 0.15.1 + vala_basic_block_add_dominator_frontier@Base 0.15.1 + vala_basic_block_add_node@Base 0.15.1 + vala_basic_block_add_phi_function@Base 0.15.1 + vala_basic_block_connect@Base 0.15.1 + vala_basic_block_construct@Base 0.15.1 + vala_basic_block_construct_entry@Base 0.15.1 + vala_basic_block_construct_exit@Base 0.15.1 + vala_basic_block_get_children@Base 0.15.1 + vala_basic_block_get_dominator_frontier@Base 0.15.1 + vala_basic_block_get_nodes@Base 0.15.1 + vala_basic_block_get_parent@Base 0.15.1 + vala_basic_block_get_phi_functions@Base 0.15.1 + vala_basic_block_get_postorder_number@Base 0.15.1 + vala_basic_block_get_postorder_visited@Base 0.15.1 + vala_basic_block_get_predecessors@Base 0.15.1 + vala_basic_block_get_successors@Base 0.15.1 + vala_basic_block_get_type@Base 0.15.1 + vala_basic_block_new@Base 0.15.1 + vala_basic_block_new_entry@Base 0.15.1 + vala_basic_block_new_exit@Base 0.15.1 + vala_basic_block_ref@Base 0.15.1 + vala_basic_block_set_postorder_number@Base 0.15.1 + vala_basic_block_set_postorder_visited@Base 0.15.1 + vala_basic_block_unref@Base 0.15.1 + vala_binary_expression_construct@Base 0.15.1 + vala_binary_expression_get_left@Base 0.15.1 + vala_binary_expression_get_operator@Base 0.15.1 + vala_binary_expression_get_operator_string@Base 0.15.1 + vala_binary_expression_get_right@Base 0.15.1 + vala_binary_expression_get_type@Base 0.15.1 + vala_binary_expression_new@Base 0.15.1 + vala_binary_expression_set_left@Base 0.15.1 + vala_binary_expression_set_operator@Base 0.15.1 + vala_binary_expression_set_right@Base 0.15.1 + vala_binary_operator_get_type@Base 0.15.1 + vala_block_add_local_constant@Base 0.15.1 + vala_block_add_local_variable@Base 0.15.1 + vala_block_add_statement@Base 0.15.1 + vala_block_construct@Base 0.15.1 + vala_block_get_captured@Base 0.15.1 + vala_block_get_contains_jump_statement@Base 0.15.1 + vala_block_get_local_variables@Base 0.15.1 + vala_block_get_statements@Base 0.15.1 + vala_block_get_type@Base 0.15.1 + vala_block_insert_before@Base 0.15.1 + vala_block_insert_statement@Base 0.15.1 + vala_block_new@Base 0.15.1 + vala_block_remove_local_variable@Base 0.15.1 + vala_block_replace_statement@Base 0.15.1 + vala_block_set_captured@Base 0.15.1 + vala_block_set_contains_jump_statement@Base 0.15.1 + vala_boolean_literal_construct@Base 0.15.1 + vala_boolean_literal_get_type@Base 0.15.1 + vala_boolean_literal_get_value@Base 0.15.1 + vala_boolean_literal_new@Base 0.15.1 + vala_boolean_literal_set_value@Base 0.15.1 + vala_boolean_type_construct@Base 0.15.1 + vala_boolean_type_get_type@Base 0.15.1 + vala_boolean_type_new@Base 0.15.1 + vala_break_statement_construct@Base 0.15.1 + vala_break_statement_get_type@Base 0.15.1 + vala_break_statement_new@Base 0.15.1 + vala_cast_expression_construct@Base 0.15.1 + vala_cast_expression_construct_non_null@Base 0.15.1 + vala_cast_expression_get_inner@Base 0.15.1 + vala_cast_expression_get_is_non_null_cast@Base 0.15.1 + vala_cast_expression_get_is_silent_cast@Base 0.15.1 + vala_cast_expression_get_type@Base 0.15.1 + vala_cast_expression_get_type_reference@Base 0.15.1 + vala_cast_expression_new@Base 0.15.1 + vala_cast_expression_new_non_null@Base 0.15.1 + vala_cast_expression_set_inner@Base 0.15.1 + vala_cast_expression_set_is_non_null_cast@Base 0.15.1 + vala_cast_expression_set_is_silent_cast@Base 0.15.1 + vala_cast_expression_set_type_reference@Base 0.15.1 + vala_catch_clause_construct@Base 0.15.1 + vala_catch_clause_get_body@Base 0.15.1 + vala_catch_clause_get_clabel_name@Base 0.15.1 + vala_catch_clause_get_error_type@Base 0.15.1 + vala_catch_clause_get_error_variable@Base 0.15.1 + vala_catch_clause_get_type@Base 0.15.1 + vala_catch_clause_get_variable_name@Base 0.15.1 + vala_catch_clause_new@Base 0.15.1 + vala_catch_clause_set_body@Base 0.15.1 + vala_catch_clause_set_clabel_name@Base 0.15.1 + vala_catch_clause_set_error_type@Base 0.15.1 + vala_catch_clause_set_error_variable@Base 0.15.1 + vala_catch_clause_set_variable_name@Base 0.15.1 + vala_ccode_array_module_construct@Base 0.15.1 + vala_ccode_array_module_get_type@Base 0.15.1 + vala_ccode_array_module_new@Base 0.15.1 + vala_ccode_assignment_construct@Base 0.15.1 + vala_ccode_assignment_get_left@Base 0.15.1 + vala_ccode_assignment_get_operator@Base 0.15.1 + vala_ccode_assignment_get_right@Base 0.15.1 + vala_ccode_assignment_get_type@Base 0.15.1 + vala_ccode_assignment_module_construct@Base 0.15.1 + vala_ccode_assignment_module_get_type@Base 0.15.1 + vala_ccode_assignment_module_new@Base 0.15.1 + vala_ccode_assignment_new@Base 0.15.1 + vala_ccode_assignment_operator_get_type@Base 0.15.1 + vala_ccode_assignment_set_left@Base 0.15.1 + vala_ccode_assignment_set_operator@Base 0.15.1 + vala_ccode_assignment_set_right@Base 0.15.1 + vala_ccode_attribute_construct@Base 0.15.1 + vala_ccode_attribute_get_array_length@Base 0.15.1 + vala_ccode_attribute_get_array_length_expr@Base 0.15.1 + vala_ccode_attribute_get_array_length_name@Base 0.15.1 + vala_ccode_attribute_get_array_length_type@Base 0.15.1 + vala_ccode_attribute_get_array_null_terminated@Base 0.15.1 + vala_ccode_attribute_get_const_name@Base 0.15.1 + vala_ccode_attribute_get_copy_function@Base 0.15.1 + vala_ccode_attribute_get_default_value@Base 0.15.1 + vala_ccode_attribute_get_delegate_target@Base 0.15.1 + vala_ccode_attribute_get_delegate_target_name@Base 0.15.2 + vala_ccode_attribute_get_destroy_function@Base 0.15.1 + vala_ccode_attribute_get_finish_name@Base 0.15.1 + vala_ccode_attribute_get_finish_real_name@Base 0.15.1 + vala_ccode_attribute_get_finish_vfunc_name@Base 0.15.1 + vala_ccode_attribute_get_free_function@Base 0.15.1 + vala_ccode_attribute_get_free_function_address_of@Base 0.15.1 + vala_ccode_attribute_get_get_value_function@Base 0.15.1 + vala_ccode_attribute_get_header_filenames@Base 0.15.1 + vala_ccode_attribute_get_lower_case_prefix@Base 0.15.1 + vala_ccode_attribute_get_lower_case_suffix@Base 0.15.1 + vala_ccode_attribute_get_marshaller_type_name@Base 0.15.1 + vala_ccode_attribute_get_name@Base 0.15.1 + vala_ccode_attribute_get_param_spec_function@Base 0.15.1 + vala_ccode_attribute_get_pos@Base 0.15.1 + vala_ccode_attribute_get_prefix@Base 0.15.1 + vala_ccode_attribute_get_real_name@Base 0.15.1 + vala_ccode_attribute_get_ref_function@Base 0.15.1 + vala_ccode_attribute_get_ref_function_void@Base 0.15.1 + vala_ccode_attribute_get_ref_sink_function@Base 0.15.1 + vala_ccode_attribute_get_ref_sink_function_void@Base 0.15.1 + vala_ccode_attribute_get_sentinel@Base 0.15.1 + vala_ccode_attribute_get_set_value_function@Base 0.15.1 + vala_ccode_attribute_get_take_value_function@Base 0.15.1 + vala_ccode_attribute_get_type@Base 0.15.1 + vala_ccode_attribute_get_type_id@Base 0.15.1 + vala_ccode_attribute_get_type_name@Base 0.15.1 + vala_ccode_attribute_get_unref_function@Base 0.15.1 + vala_ccode_attribute_get_vfunc_name@Base 0.15.1 + vala_ccode_attribute_new@Base 0.15.1 + vala_ccode_base_module_add_generated_external_symbol@Base 0.15.1 + vala_ccode_base_module_add_generic_type_arguments@Base 0.15.1 + vala_ccode_base_module_add_simple_check@Base 0.15.1 + vala_ccode_base_module_add_symbol_declaration@Base 0.15.1 + vala_ccode_base_module_add_wrapper@Base 0.15.1 + vala_ccode_base_module_append_array_length@Base 0.15.1 + vala_ccode_base_module_append_local_free@Base 0.15.1 + vala_ccode_base_module_append_scope_free@Base 0.15.1 + vala_ccode_base_module_append_struct_array_free@Base 0.15.1 + vala_ccode_base_module_append_vala_array_free@Base 0.15.1 + vala_ccode_base_module_append_vala_array_length@Base 0.15.1 + vala_ccode_base_module_append_vala_array_move@Base 0.15.1 + vala_ccode_base_module_ccode_attribute_cache_index@Base 0.15.1 + vala_ccode_base_module_check_type@Base 0.15.1 + vala_ccode_base_module_construct@Base 0.15.1 + vala_ccode_base_module_convert_from_generic_pointer@Base 0.15.1 + vala_ccode_base_module_convert_to_generic_pointer@Base 0.15.1 + vala_ccode_base_module_copy_value@Base 0.15.1 + vala_ccode_base_module_create_postcondition_statement@Base 0.15.1 + vala_ccode_base_module_create_temp_value@Base 0.15.1 + vala_ccode_base_module_create_type_check_statement@Base 0.15.1 + vala_ccode_base_module_default_value_for_type@Base 0.15.1 + vala_ccode_base_module_deserialize_expression@Base 0.15.1 + vala_ccode_base_module_destroy_field@Base 0.15.1 + vala_ccode_base_module_destroy_local@Base 0.15.1 + vala_ccode_base_module_destroy_parameter@Base 0.15.1 + vala_ccode_base_module_destroy_value@Base 0.15.1 + vala_ccode_base_module_emit_context_construct@Base 0.15.1 + vala_ccode_base_module_emit_context_get_type@Base 0.15.1 + vala_ccode_base_module_emit_context_new@Base 0.15.1 + vala_ccode_base_module_emit_context_pop_symbol@Base 0.15.1 + vala_ccode_base_module_emit_context_push_symbol@Base 0.15.1 + vala_ccode_base_module_emit_context_ref@Base 0.15.1 + vala_ccode_base_module_emit_context_unref@Base 0.15.1 + vala_ccode_base_module_emit_temp_var@Base 0.15.1 + vala_ccode_base_module_generate_class_declaration@Base 0.15.1 + vala_ccode_base_module_generate_class_struct_declaration@Base 0.15.1 + vala_ccode_base_module_generate_constant_declaration@Base 0.15.1 + vala_ccode_base_module_generate_cparameters@Base 0.15.1 + vala_ccode_base_module_generate_delegate_declaration@Base 0.15.1 + vala_ccode_base_module_generate_dup_func_wrapper@Base 0.15.1 + vala_ccode_base_module_generate_dynamic_method_wrapper@Base 0.15.1 + vala_ccode_base_module_generate_enum_declaration@Base 0.15.1 + vala_ccode_base_module_generate_error_domain_declaration@Base 0.15.1 + vala_ccode_base_module_generate_field_declaration@Base 0.15.1 + vala_ccode_base_module_generate_free_func_wrapper@Base 0.15.1 + vala_ccode_base_module_generate_free_function_address_of_wrapper@Base 0.15.1 + vala_ccode_base_module_generate_instance_cast@Base 0.15.1 + vala_ccode_base_module_generate_interface_declaration@Base 0.15.1 + vala_ccode_base_module_generate_method_declaration@Base 0.15.1 + vala_ccode_base_module_generate_property_accessor_declaration@Base 0.15.1 + vala_ccode_base_module_generate_ready_function@Base 0.15.1 + vala_ccode_base_module_generate_struct_declaration@Base 0.15.1 + vala_ccode_base_module_generate_type_declaration@Base 0.15.1 + vala_ccode_base_module_get_array_length_cexpr@Base 0.15.1 + vala_ccode_base_module_get_array_length_cexpression@Base 0.15.1 + vala_ccode_base_module_get_array_length_cname@Base 0.15.1 + vala_ccode_base_module_get_array_length_cvalue@Base 0.15.1 + vala_ccode_base_module_get_array_lengths@Base 0.15.1 + vala_ccode_base_module_get_array_null_terminated@Base 0.15.1 + vala_ccode_base_module_get_array_size_cname@Base 0.15.1 + vala_ccode_base_module_get_array_size_cvalue@Base 0.15.1 + vala_ccode_base_module_get_block_id@Base 0.15.1 + vala_ccode_base_module_get_ccode@Base 0.15.1 + vala_ccode_base_module_get_ccode_array_length@Base 0.15.1 + vala_ccode_base_module_get_ccode_array_length_expr@Base 0.15.1 + vala_ccode_base_module_get_ccode_array_length_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_array_length_pos@Base 0.15.1 + vala_ccode_base_module_get_ccode_array_length_type@Base 0.15.1 + vala_ccode_base_module_get_ccode_array_null_terminated@Base 0.15.1 + vala_ccode_base_module_get_ccode_attribute@Base 0.15.1 + vala_ccode_base_module_get_ccode_blurb@Base 0.15.1 + vala_ccode_base_module_get_ccode_const_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_copy_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_declarator_suffix@Base 0.15.1 + vala_ccode_base_module_get_ccode_default_value@Base 0.15.1 + vala_ccode_base_module_get_ccode_delegate_target@Base 0.15.1 + vala_ccode_base_module_get_ccode_delegate_target_name@Base 0.15.2 + vala_ccode_base_module_get_ccode_delegate_target_pos@Base 0.15.1 + vala_ccode_base_module_get_ccode_destroy_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_destroy_notify_pos@Base 0.15.1 + vala_ccode_base_module_get_ccode_dup_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_finish_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_finish_real_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_finish_vfunc_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_free_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_free_function_address_of@Base 0.15.1 + vala_ccode_base_module_get_ccode_generic_type_pos@Base 0.15.1 + vala_ccode_base_module_get_ccode_get_value_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_has_copy_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_has_destroy_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_has_generic_type_parameter@Base 0.15.1 + vala_ccode_base_module_get_ccode_has_new_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_has_type_id@Base 0.15.1 + vala_ccode_base_module_get_ccode_header_filenames@Base 0.15.1 + vala_ccode_base_module_get_ccode_instance_pos@Base 0.15.1 + vala_ccode_base_module_get_ccode_is_gboxed@Base 0.15.1 + vala_ccode_base_module_get_ccode_lower_case_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_lower_case_prefix@Base 0.15.1 + vala_ccode_base_module_get_ccode_lower_case_suffix@Base 0.15.1 + vala_ccode_base_module_get_ccode_marshaller_type_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_nick@Base 0.15.1 + vala_ccode_base_module_get_ccode_no_accessor_method@Base 0.15.1 + vala_ccode_base_module_get_ccode_notify@Base 0.15.1 + vala_ccode_base_module_get_ccode_param_spec_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_pos@Base 0.15.1 + vala_ccode_base_module_get_ccode_prefix@Base 0.15.1 + vala_ccode_base_module_get_ccode_real_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_ref_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_ref_function_void@Base 0.15.1 + vala_ccode_base_module_get_ccode_ref_sink_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_ref_sink_function_void@Base 0.15.1 + vala_ccode_base_module_get_ccode_sentinel@Base 0.15.1 + vala_ccode_base_module_get_ccode_set_value_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_simple_generics@Base 0.15.1 + vala_ccode_base_module_get_ccode_take_value_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_type@Base 0.15.1 + vala_ccode_base_module_get_ccode_type_check_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_type_id@Base 0.15.1 + vala_ccode_base_module_get_ccode_type_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_unref_function@Base 0.15.1 + vala_ccode_base_module_get_ccode_upper_case_name@Base 0.15.1 + vala_ccode_base_module_get_ccode_vfunc_name@Base 0.15.1 + vala_ccode_base_module_get_ccodenode@Base 0.15.1 + vala_ccode_base_module_get_context@Base 0.15.1 + vala_ccode_base_module_get_ctype@Base 0.15.1 + vala_ccode_base_module_get_current_catch@Base 0.15.1 + vala_ccode_base_module_get_current_class@Base 0.15.1 + vala_ccode_base_module_get_current_closure_block@Base 0.15.1 + vala_ccode_base_module_get_current_constructor@Base 0.15.1 + vala_ccode_base_module_get_current_destructor@Base 0.15.1 + vala_ccode_base_module_get_current_method@Base 0.15.1 + vala_ccode_base_module_get_current_method_inner_error@Base 0.15.1 + vala_ccode_base_module_get_current_method_return@Base 0.15.1 + vala_ccode_base_module_get_current_property_accessor@Base 0.15.1 + vala_ccode_base_module_get_current_return_type@Base 0.15.1 + vala_ccode_base_module_get_current_symbol@Base 0.15.1 + vala_ccode_base_module_get_current_try@Base 0.15.1 + vala_ccode_base_module_get_current_type_symbol@Base 0.15.1 + vala_ccode_base_module_get_cvalue@Base 0.15.1 + vala_ccode_base_module_get_cvalue_@Base 0.15.1 + vala_ccode_base_module_get_data_type_for_symbol@Base 0.15.1 + vala_ccode_base_module_get_delegate_target@Base 0.15.1 + vala_ccode_base_module_get_delegate_target_cexpression@Base 0.15.1 + vala_ccode_base_module_get_delegate_target_cname@Base 0.15.1 + vala_ccode_base_module_get_delegate_target_cvalue@Base 0.15.1 + vala_ccode_base_module_get_delegate_target_destroy_notify@Base 0.15.1 + vala_ccode_base_module_get_delegate_target_destroy_notify_cname@Base 0.15.1 + vala_ccode_base_module_get_delegate_target_destroy_notify_cvalue@Base 0.15.1 + vala_ccode_base_module_get_destroy0_func_expression@Base 0.15.1 + vala_ccode_base_module_get_destroy_func_expression@Base 0.15.1 + vala_ccode_base_module_get_dup_func_expression@Base 0.15.1 + vala_ccode_base_module_get_dynamic_property_getter_cname@Base 0.15.1 + vala_ccode_base_module_get_dynamic_property_setter_cname@Base 0.15.1 + vala_ccode_base_module_get_dynamic_signal_cname@Base 0.15.1 + vala_ccode_base_module_get_dynamic_signal_connect_after_wrapper_name@Base 0.15.1 + vala_ccode_base_module_get_dynamic_signal_connect_wrapper_name@Base 0.15.1 + vala_ccode_base_module_get_dynamic_signal_disconnect_wrapper_name@Base 0.15.1 + vala_ccode_base_module_get_enum_value_canonical_cconstant@Base 0.15.1 + vala_ccode_base_module_get_field_cvalue@Base 0.15.1 + vala_ccode_base_module_get_implicit_cast_expression@Base 0.15.1 + vala_ccode_base_module_get_in_creation_method@Base 0.15.1 + vala_ccode_base_module_get_local_cexpression@Base 0.15.1 + vala_ccode_base_module_get_local_cname@Base 0.15.1 + vala_ccode_base_module_get_local_cvalue@Base 0.15.1 + vala_ccode_base_module_get_lvalue@Base 0.15.1 + vala_ccode_base_module_get_next_temp_var_id@Base 0.15.1 + vala_ccode_base_module_get_non_null@Base 0.15.1 + vala_ccode_base_module_get_param_pos@Base 0.15.1 + vala_ccode_base_module_get_param_spec@Base 0.15.1 + vala_ccode_base_module_get_parameter_array_length_cname@Base 0.15.1 + vala_ccode_base_module_get_parameter_cvalue@Base 0.15.1 + vala_ccode_base_module_get_property_canonical_cconstant@Base 0.15.1 + vala_ccode_base_module_get_result_cexpression@Base 0.15.1 + vala_ccode_base_module_get_signal_canonical_constant@Base 0.15.1 + vala_ccode_base_module_get_signal_creation@Base 0.15.1 + vala_ccode_base_module_get_signal_has_emitter@Base 0.15.1 + vala_ccode_base_module_get_symbol_lock_name@Base 0.15.1 + vala_ccode_base_module_get_temp_ref_values@Base 0.15.1 + vala_ccode_base_module_get_temp_variable@Base 0.15.1 + vala_ccode_base_module_get_this_type@Base 0.15.1 + vala_ccode_base_module_get_type@Base 0.15.1 + vala_ccode_base_module_get_type_id_expression@Base 0.15.1 + vala_ccode_base_module_get_value_setter_function@Base 0.15.1 + vala_ccode_base_module_get_value_taker_function@Base 0.15.1 + vala_ccode_base_module_get_variable_cexpression@Base 0.15.1 + vala_ccode_base_module_get_variable_cname@Base 0.15.1 + vala_ccode_base_module_get_variable_name_map@Base 0.15.1 + vala_ccode_base_module_handle_struct_argument@Base 0.15.1 + vala_ccode_base_module_is_constant_ccode_expression@Base 0.15.1 + vala_ccode_base_module_is_gobject_property@Base 0.15.1 + vala_ccode_base_module_is_in_constructor@Base 0.15.1 + vala_ccode_base_module_is_in_coroutine@Base 0.15.1 + vala_ccode_base_module_is_in_destructor@Base 0.15.1 + vala_ccode_base_module_is_lvalue_access_allowed@Base 0.15.1 + vala_ccode_base_module_is_pure_ccode_expression@Base 0.15.1 + vala_ccode_base_module_is_reference_counting@Base 0.15.1 + vala_ccode_base_module_is_simple_struct_creation@Base 0.15.1 + vala_ccode_base_module_load_temp_value@Base 0.15.1 + vala_ccode_base_module_load_this_parameter@Base 0.15.1 + vala_ccode_base_module_load_variable@Base 0.15.1 + vala_ccode_base_module_method_has_wrapper@Base 0.15.1 + vala_ccode_base_module_next_closure_block@Base 0.15.1 + vala_ccode_base_module_no_implicit_copy@Base 0.15.1 + vala_ccode_base_module_param_spec_emit_context@Base 0.15.1 + vala_ccode_base_module_pop_context@Base 0.15.1 + vala_ccode_base_module_pop_function@Base 0.15.1 + vala_ccode_base_module_pop_line@Base 0.15.1 + vala_ccode_base_module_push_context@Base 0.15.1 + vala_ccode_base_module_push_function@Base 0.15.1 + vala_ccode_base_module_push_line@Base 0.15.1 + vala_ccode_base_module_register_dbus_info@Base 0.15.1 + vala_ccode_base_module_requires_copy@Base 0.15.1 + vala_ccode_base_module_requires_destroy@Base 0.15.1 + vala_ccode_base_module_return_default_value@Base 0.15.1 + vala_ccode_base_module_return_out_parameter@Base 0.15.1 + vala_ccode_base_module_serialize_expression@Base 0.15.1 + vala_ccode_base_module_set_array_size_cvalue@Base 0.15.1 + vala_ccode_base_module_set_context@Base 0.15.1 + vala_ccode_base_module_set_current_catch@Base 0.15.1 + vala_ccode_base_module_set_current_method_inner_error@Base 0.15.1 + vala_ccode_base_module_set_current_method_return@Base 0.15.1 + vala_ccode_base_module_set_current_try@Base 0.15.1 + vala_ccode_base_module_set_cvalue@Base 0.15.1 + vala_ccode_base_module_set_delegate_target@Base 0.15.1 + vala_ccode_base_module_set_delegate_target_destroy_notify@Base 0.15.1 + vala_ccode_base_module_set_next_temp_var_id@Base 0.15.1 + vala_ccode_base_module_store_property@Base 0.15.1 + vala_ccode_base_module_store_temp_value@Base 0.15.1 + vala_ccode_base_module_store_value@Base 0.15.1 + vala_ccode_base_module_transform_value@Base 0.15.1 + vala_ccode_base_module_try_cast_value_to_type@Base 0.15.1 + vala_ccode_base_module_try_cast_variant_to_type@Base 0.15.1 + vala_ccode_base_module_value_get_emit_context@Base 0.15.1 + vala_ccode_base_module_value_set_emit_context@Base 0.15.1 + vala_ccode_base_module_value_take_emit_context@Base 0.15.1 + vala_ccode_base_module_variable_accessible_in_finally@Base 0.15.1 + vala_ccode_base_module_visit_member@Base 0.15.1 + vala_ccode_binary_expression_construct@Base 0.15.1 + vala_ccode_binary_expression_get_left@Base 0.15.1 + vala_ccode_binary_expression_get_operator@Base 0.15.1 + vala_ccode_binary_expression_get_right@Base 0.15.1 + vala_ccode_binary_expression_get_type@Base 0.15.1 + vala_ccode_binary_expression_new@Base 0.15.1 + vala_ccode_binary_expression_set_left@Base 0.15.1 + vala_ccode_binary_expression_set_operator@Base 0.15.1 + vala_ccode_binary_expression_set_right@Base 0.15.1 + vala_ccode_binary_operator_get_type@Base 0.15.1 + vala_ccode_block_add_statement@Base 0.15.1 + vala_ccode_block_construct@Base 0.15.1 + vala_ccode_block_get_suppress_newline@Base 0.15.1 + vala_ccode_block_get_type@Base 0.15.1 + vala_ccode_block_new@Base 0.15.1 + vala_ccode_block_prepend_statement@Base 0.15.1 + vala_ccode_block_set_suppress_newline@Base 0.15.1 + vala_ccode_break_statement_construct@Base 0.15.1 + vala_ccode_break_statement_get_type@Base 0.15.1 + vala_ccode_break_statement_new@Base 0.15.1 + vala_ccode_case_statement_construct@Base 0.15.1 + vala_ccode_case_statement_get_expression@Base 0.15.1 + vala_ccode_case_statement_get_type@Base 0.15.1 + vala_ccode_case_statement_new@Base 0.15.1 + vala_ccode_case_statement_set_expression@Base 0.15.1 + vala_ccode_cast_expression_construct@Base 0.15.1 + vala_ccode_cast_expression_get_inner@Base 0.15.1 + vala_ccode_cast_expression_get_type@Base 0.15.1 + vala_ccode_cast_expression_get_type_name@Base 0.15.1 + vala_ccode_cast_expression_new@Base 0.15.1 + vala_ccode_cast_expression_set_inner@Base 0.15.1 + vala_ccode_cast_expression_set_type_name@Base 0.15.1 + vala_ccode_comma_expression_append_expression@Base 0.15.1 + vala_ccode_comma_expression_construct@Base 0.15.1 + vala_ccode_comma_expression_get_inner@Base 0.15.1 + vala_ccode_comma_expression_get_type@Base 0.15.1 + vala_ccode_comma_expression_new@Base 0.15.1 + vala_ccode_comma_expression_set_expression@Base 0.15.1 + vala_ccode_comment_construct@Base 0.15.1 + vala_ccode_comment_get_text@Base 0.15.1 + vala_ccode_comment_get_type@Base 0.15.1 + vala_ccode_comment_new@Base 0.15.1 + vala_ccode_comment_set_text@Base 0.15.1 + vala_ccode_compiler_compile@Base 0.15.1 + vala_ccode_compiler_construct@Base 0.15.1 + vala_ccode_compiler_get_type@Base 0.15.1 + vala_ccode_compiler_new@Base 0.15.1 + vala_ccode_compiler_ref@Base 0.15.1 + vala_ccode_compiler_unref@Base 0.15.1 + vala_ccode_conditional_expression_construct@Base 0.15.1 + vala_ccode_conditional_expression_get_condition@Base 0.15.1 + vala_ccode_conditional_expression_get_false_expression@Base 0.15.1 + vala_ccode_conditional_expression_get_true_expression@Base 0.15.1 + vala_ccode_conditional_expression_get_type@Base 0.15.1 + vala_ccode_conditional_expression_new@Base 0.15.1 + vala_ccode_conditional_expression_set_condition@Base 0.15.1 + vala_ccode_conditional_expression_set_false_expression@Base 0.15.1 + vala_ccode_conditional_expression_set_true_expression@Base 0.15.1 + vala_ccode_constant_construct@Base 0.15.1 + vala_ccode_constant_construct_string@Base 0.15.1 + vala_ccode_constant_get_name@Base 0.15.1 + vala_ccode_constant_get_type@Base 0.15.1 + vala_ccode_constant_new@Base 0.15.1 + vala_ccode_constant_new_string@Base 0.15.1 + vala_ccode_constant_set_name@Base 0.15.1 + vala_ccode_continue_statement_construct@Base 0.15.1 + vala_ccode_continue_statement_get_type@Base 0.15.1 + vala_ccode_continue_statement_new@Base 0.15.1 + vala_ccode_control_flow_module_construct@Base 0.15.1 + vala_ccode_control_flow_module_get_type@Base 0.15.1 + vala_ccode_declaration_add_declarator@Base 0.15.1 + vala_ccode_declaration_construct@Base 0.15.1 + vala_ccode_declaration_get_modifiers@Base 0.15.1 + vala_ccode_declaration_get_type@Base 0.15.1 + vala_ccode_declaration_get_type_name@Base 0.15.1 + vala_ccode_declaration_new@Base 0.15.1 + vala_ccode_declaration_set_modifiers@Base 0.15.1 + vala_ccode_declaration_set_type_name@Base 0.15.1 + vala_ccode_declarator_construct@Base 0.15.1 + vala_ccode_declarator_get_type@Base 0.15.1 + vala_ccode_declarator_write_initialization@Base 0.15.1 + vala_ccode_delegate_module_construct@Base 0.15.1 + vala_ccode_delegate_module_get_type@Base 0.15.1 + vala_ccode_delegate_module_new@Base 0.15.1 + vala_ccode_do_statement_construct@Base 0.15.1 + vala_ccode_do_statement_get_body@Base 0.15.1 + vala_ccode_do_statement_get_condition@Base 0.15.1 + vala_ccode_do_statement_get_type@Base 0.15.1 + vala_ccode_do_statement_new@Base 0.15.1 + vala_ccode_do_statement_set_body@Base 0.15.1 + vala_ccode_do_statement_set_condition@Base 0.15.1 + vala_ccode_element_access_construct@Base 0.15.1 + vala_ccode_element_access_get_container@Base 0.15.1 + vala_ccode_element_access_get_index@Base 0.15.1 + vala_ccode_element_access_get_type@Base 0.15.1 + vala_ccode_element_access_new@Base 0.15.1 + vala_ccode_element_access_set_container@Base 0.15.1 + vala_ccode_element_access_set_index@Base 0.15.1 + vala_ccode_empty_statement_construct@Base 0.15.1 + vala_ccode_empty_statement_get_type@Base 0.15.1 + vala_ccode_empty_statement_new@Base 0.15.1 + vala_ccode_enum_add_value@Base 0.15.1 + vala_ccode_enum_construct@Base 0.15.1 + vala_ccode_enum_get_deprecated@Base 0.15.1 + vala_ccode_enum_get_name@Base 0.15.1 + vala_ccode_enum_get_type@Base 0.15.1 + vala_ccode_enum_new@Base 0.15.1 + vala_ccode_enum_set_deprecated@Base 0.15.1 + vala_ccode_enum_set_name@Base 0.15.1 + vala_ccode_enum_value_construct@Base 0.15.1 + vala_ccode_enum_value_get_deprecated@Base 0.15.1 + vala_ccode_enum_value_get_name@Base 0.15.1 + vala_ccode_enum_value_get_type@Base 0.15.1 + vala_ccode_enum_value_get_value@Base 0.15.1 + vala_ccode_enum_value_new@Base 0.15.1 + vala_ccode_enum_value_set_deprecated@Base 0.15.1 + vala_ccode_enum_value_set_name@Base 0.15.1 + vala_ccode_enum_value_set_value@Base 0.15.1 + vala_ccode_expression_construct@Base 0.15.1 + vala_ccode_expression_get_type@Base 0.15.1 + vala_ccode_expression_statement_construct@Base 0.15.1 + vala_ccode_expression_statement_get_expression@Base 0.15.1 + vala_ccode_expression_statement_get_type@Base 0.15.1 + vala_ccode_expression_statement_new@Base 0.15.1 + vala_ccode_expression_statement_set_expression@Base 0.15.1 + vala_ccode_expression_write_inner@Base 0.15.1 + vala_ccode_file_add_comment@Base 0.15.1 + vala_ccode_file_add_constant_declaration@Base 0.15.1 + vala_ccode_file_add_declaration@Base 0.15.1 + vala_ccode_file_add_function@Base 0.15.1 + vala_ccode_file_add_function_declaration@Base 0.15.1 + vala_ccode_file_add_include@Base 0.15.1 + vala_ccode_file_add_type_declaration@Base 0.15.1 + vala_ccode_file_add_type_definition@Base 0.15.1 + vala_ccode_file_add_type_member_declaration@Base 0.15.1 + vala_ccode_file_add_type_member_definition@Base 0.15.1 + vala_ccode_file_construct@Base 0.15.1 + vala_ccode_file_get_is_header@Base 0.15.1 + vala_ccode_file_get_symbols@Base 0.15.1 + vala_ccode_file_get_type@Base 0.15.1 + vala_ccode_file_new@Base 0.15.1 + vala_ccode_file_ref@Base 0.15.1 + vala_ccode_file_set_is_header@Base 0.15.1 + vala_ccode_file_store@Base 0.15.1 + vala_ccode_file_unref@Base 0.15.1 + vala_ccode_for_statement_add_initializer@Base 0.15.1 + vala_ccode_for_statement_add_iterator@Base 0.15.1 + vala_ccode_for_statement_construct@Base 0.15.1 + vala_ccode_for_statement_get_body@Base 0.15.1 + vala_ccode_for_statement_get_condition@Base 0.15.1 + vala_ccode_for_statement_get_type@Base 0.15.1 + vala_ccode_for_statement_new@Base 0.15.1 + vala_ccode_for_statement_set_body@Base 0.15.1 + vala_ccode_for_statement_set_condition@Base 0.15.1 + vala_ccode_fragment_append@Base 0.15.1 + vala_ccode_fragment_construct@Base 0.15.1 + vala_ccode_fragment_get_children@Base 0.15.1 + vala_ccode_fragment_get_type@Base 0.15.1 + vala_ccode_fragment_new@Base 0.15.1 + vala_ccode_function_add_assignment@Base 0.15.1 + vala_ccode_function_add_break@Base 0.15.1 + vala_ccode_function_add_case@Base 0.15.1 + vala_ccode_function_add_continue@Base 0.15.1 + vala_ccode_function_add_declaration@Base 0.15.1 + vala_ccode_function_add_default@Base 0.15.1 + vala_ccode_function_add_else@Base 0.15.1 + vala_ccode_function_add_expression@Base 0.15.1 + vala_ccode_function_add_goto@Base 0.15.1 + vala_ccode_function_add_label@Base 0.15.1 + vala_ccode_function_add_parameter@Base 0.15.1 + vala_ccode_function_add_return@Base 0.15.1 + vala_ccode_function_add_statement@Base 0.15.1 + vala_ccode_function_call_add_argument@Base 0.15.1 + vala_ccode_function_call_construct@Base 0.15.1 + vala_ccode_function_call_get_arguments@Base 0.15.1 + vala_ccode_function_call_get_call@Base 0.15.1 + vala_ccode_function_call_get_type@Base 0.15.1 + vala_ccode_function_call_insert_argument@Base 0.15.1 + vala_ccode_function_call_new@Base 0.15.1 + vala_ccode_function_call_set_call@Base 0.15.1 + vala_ccode_function_close@Base 0.15.1 + vala_ccode_function_construct@Base 0.15.1 + vala_ccode_function_copy@Base 0.15.1 + vala_ccode_function_declarator_add_parameter@Base 0.15.1 + vala_ccode_function_declarator_construct@Base 0.15.1 + vala_ccode_function_declarator_get_name@Base 0.15.1 + vala_ccode_function_declarator_get_type@Base 0.15.1 + vala_ccode_function_declarator_new@Base 0.15.1 + vala_ccode_function_declarator_set_name@Base 0.15.1 + vala_ccode_function_else_if@Base 0.15.1 + vala_ccode_function_get_attributes@Base 0.15.1 + vala_ccode_function_get_block@Base 0.15.1 + vala_ccode_function_get_current_line@Base 0.15.1 + vala_ccode_function_get_is_declaration@Base 0.15.1 + vala_ccode_function_get_modifiers@Base 0.15.1 + vala_ccode_function_get_name@Base 0.15.1 + vala_ccode_function_get_return_type@Base 0.15.1 + vala_ccode_function_get_type@Base 0.15.1 + vala_ccode_function_insert_parameter@Base 0.15.1 + vala_ccode_function_new@Base 0.15.1 + vala_ccode_function_open_block@Base 0.15.1 + vala_ccode_function_open_for@Base 0.15.1 + vala_ccode_function_open_if@Base 0.15.1 + vala_ccode_function_open_switch@Base 0.15.1 + vala_ccode_function_open_while@Base 0.15.1 + vala_ccode_function_set_attributes@Base 0.15.1 + vala_ccode_function_set_block@Base 0.15.1 + vala_ccode_function_set_current_line@Base 0.15.1 + vala_ccode_function_set_is_declaration@Base 0.15.1 + vala_ccode_function_set_modifiers@Base 0.15.1 + vala_ccode_function_set_name@Base 0.15.1 + vala_ccode_function_set_return_type@Base 0.15.1 + vala_ccode_goto_statement_construct@Base 0.15.1 + vala_ccode_goto_statement_get_name@Base 0.15.1 + vala_ccode_goto_statement_get_type@Base 0.15.1 + vala_ccode_goto_statement_new@Base 0.15.1 + vala_ccode_goto_statement_set_name@Base 0.15.1 + vala_ccode_identifier_construct@Base 0.15.1 + vala_ccode_identifier_get_name@Base 0.15.1 + vala_ccode_identifier_get_type@Base 0.15.1 + vala_ccode_identifier_new@Base 0.15.1 + vala_ccode_identifier_set_name@Base 0.15.1 + vala_ccode_if_statement_construct@Base 0.15.1 + vala_ccode_if_statement_get_condition@Base 0.15.1 + vala_ccode_if_statement_get_else_if@Base 0.15.1 + vala_ccode_if_statement_get_false_statement@Base 0.15.1 + vala_ccode_if_statement_get_true_statement@Base 0.15.1 + vala_ccode_if_statement_get_type@Base 0.15.1 + vala_ccode_if_statement_new@Base 0.15.1 + vala_ccode_if_statement_set_condition@Base 0.15.1 + vala_ccode_if_statement_set_else_if@Base 0.15.1 + vala_ccode_if_statement_set_false_statement@Base 0.15.1 + vala_ccode_if_statement_set_true_statement@Base 0.15.1 + vala_ccode_include_directive_construct@Base 0.15.1 + vala_ccode_include_directive_get_filename@Base 0.15.1 + vala_ccode_include_directive_get_local@Base 0.15.1 + vala_ccode_include_directive_get_type@Base 0.15.1 + vala_ccode_include_directive_new@Base 0.15.1 + vala_ccode_include_directive_set_filename@Base 0.15.1 + vala_ccode_include_directive_set_local@Base 0.15.1 + vala_ccode_initializer_list_append@Base 0.15.1 + vala_ccode_initializer_list_construct@Base 0.15.1 + vala_ccode_initializer_list_get_type@Base 0.15.1 + vala_ccode_initializer_list_new@Base 0.15.1 + vala_ccode_invalid_expression_construct@Base 0.15.1 + vala_ccode_invalid_expression_get_type@Base 0.15.1 + vala_ccode_invalid_expression_new@Base 0.15.1 + vala_ccode_label_construct@Base 0.15.1 + vala_ccode_label_get_name@Base 0.15.1 + vala_ccode_label_get_type@Base 0.15.1 + vala_ccode_label_new@Base 0.15.1 + vala_ccode_label_set_name@Base 0.15.1 + vala_ccode_line_directive_construct@Base 0.15.1 + vala_ccode_line_directive_get_filename@Base 0.15.1 + vala_ccode_line_directive_get_line_number@Base 0.15.1 + vala_ccode_line_directive_get_type@Base 0.15.1 + vala_ccode_line_directive_new@Base 0.15.1 + vala_ccode_line_directive_set_filename@Base 0.15.1 + vala_ccode_line_directive_set_line_number@Base 0.15.1 + vala_ccode_macro_replacement_construct@Base 0.15.1 + vala_ccode_macro_replacement_construct_with_expression@Base 0.15.1 + vala_ccode_macro_replacement_get_name@Base 0.15.1 + vala_ccode_macro_replacement_get_replacement@Base 0.15.1 + vala_ccode_macro_replacement_get_replacement_expression@Base 0.15.1 + vala_ccode_macro_replacement_get_type@Base 0.15.1 + vala_ccode_macro_replacement_new@Base 0.15.1 + vala_ccode_macro_replacement_new_with_expression@Base 0.15.1 + vala_ccode_macro_replacement_set_name@Base 0.15.1 + vala_ccode_macro_replacement_set_replacement@Base 0.15.1 + vala_ccode_macro_replacement_set_replacement_expression@Base 0.15.1 + vala_ccode_member_access_construct@Base 0.15.1 + vala_ccode_member_access_construct_pointer@Base 0.15.1 + vala_ccode_member_access_get_inner@Base 0.15.1 + vala_ccode_member_access_get_is_pointer@Base 0.15.1 + vala_ccode_member_access_get_member_name@Base 0.15.1 + vala_ccode_member_access_get_type@Base 0.15.1 + vala_ccode_member_access_module_construct@Base 0.15.1 + vala_ccode_member_access_module_get_type@Base 0.15.1 + vala_ccode_member_access_new@Base 0.15.1 + vala_ccode_member_access_new_pointer@Base 0.15.1 + vala_ccode_member_access_set_inner@Base 0.15.1 + vala_ccode_member_access_set_is_pointer@Base 0.15.1 + vala_ccode_member_access_set_member_name@Base 0.15.1 + vala_ccode_method_call_module_construct@Base 0.15.1 + vala_ccode_method_call_module_get_type@Base 0.15.1 + vala_ccode_method_call_module_new@Base 0.15.1 + vala_ccode_method_module_complete_async@Base 0.15.1 + vala_ccode_method_module_construct@Base 0.15.1 + vala_ccode_method_module_generate_method_result_declaration@Base 0.15.1 + vala_ccode_method_module_generate_parameter@Base 0.15.1 + vala_ccode_method_module_generate_vfunc@Base 0.15.1 + vala_ccode_method_module_get_type@Base 0.15.1 + vala_ccode_modifiers_get_type@Base 0.15.1 + vala_ccode_newline_construct@Base 0.15.1 + vala_ccode_newline_get_type@Base 0.15.1 + vala_ccode_newline_new@Base 0.15.1 + vala_ccode_node_construct@Base 0.15.1 + vala_ccode_node_get_line@Base 0.15.1 + vala_ccode_node_get_type@Base 0.15.1 + vala_ccode_node_ref@Base 0.15.1 + vala_ccode_node_set_line@Base 0.15.1 + vala_ccode_node_unref@Base 0.15.1 + vala_ccode_node_write@Base 0.15.1 + vala_ccode_node_write_combined@Base 0.15.1 + vala_ccode_node_write_declaration@Base 0.15.1 + vala_ccode_once_section_construct@Base 0.15.1 + vala_ccode_once_section_get_define@Base 0.15.1 + vala_ccode_once_section_get_type@Base 0.15.1 + vala_ccode_once_section_new@Base 0.15.1 + vala_ccode_once_section_set_define@Base 0.15.1 + vala_ccode_parameter_construct@Base 0.15.1 + vala_ccode_parameter_construct_with_ellipsis@Base 0.15.1 + vala_ccode_parameter_get_ellipsis@Base 0.15.1 + vala_ccode_parameter_get_name@Base 0.15.1 + vala_ccode_parameter_get_type@Base 0.15.1 + vala_ccode_parameter_get_type_name@Base 0.15.1 + vala_ccode_parameter_new@Base 0.15.1 + vala_ccode_parameter_new_with_ellipsis@Base 0.15.1 + vala_ccode_parameter_set_ellipsis@Base 0.15.1 + vala_ccode_parameter_set_name@Base 0.15.1 + vala_ccode_parameter_set_type_name@Base 0.15.1 + vala_ccode_parenthesized_expression_construct@Base 0.15.1 + vala_ccode_parenthesized_expression_get_inner@Base 0.15.1 + vala_ccode_parenthesized_expression_get_type@Base 0.15.1 + vala_ccode_parenthesized_expression_new@Base 0.15.1 + vala_ccode_parenthesized_expression_set_inner@Base 0.15.1 + vala_ccode_return_statement_construct@Base 0.15.1 + vala_ccode_return_statement_get_return_expression@Base 0.15.1 + vala_ccode_return_statement_get_type@Base 0.15.1 + vala_ccode_return_statement_new@Base 0.15.1 + vala_ccode_return_statement_set_return_expression@Base 0.15.1 + vala_ccode_statement_construct@Base 0.15.1 + vala_ccode_statement_get_type@Base 0.15.1 + vala_ccode_struct_add_declaration@Base 0.15.1 + vala_ccode_struct_add_field@Base 0.15.1 + vala_ccode_struct_construct@Base 0.15.1 + vala_ccode_struct_get_deprecated@Base 0.15.1 + vala_ccode_struct_get_is_empty@Base 0.15.1 + vala_ccode_struct_get_name@Base 0.15.1 + vala_ccode_struct_get_type@Base 0.15.1 + vala_ccode_struct_module_construct@Base 0.15.1 + vala_ccode_struct_module_get_type@Base 0.15.1 + vala_ccode_struct_new@Base 0.15.1 + vala_ccode_struct_set_deprecated@Base 0.15.1 + vala_ccode_struct_set_name@Base 0.15.1 + vala_ccode_switch_statement_construct@Base 0.15.1 + vala_ccode_switch_statement_get_expression@Base 0.15.1 + vala_ccode_switch_statement_get_type@Base 0.15.1 + vala_ccode_switch_statement_new@Base 0.15.1 + vala_ccode_switch_statement_set_expression@Base 0.15.1 + vala_ccode_type_definition_construct@Base 0.15.1 + vala_ccode_type_definition_get_declarator@Base 0.15.1 + vala_ccode_type_definition_get_deprecated@Base 0.15.1 + vala_ccode_type_definition_get_type@Base 0.15.1 + vala_ccode_type_definition_get_type_name@Base 0.15.1 + vala_ccode_type_definition_new@Base 0.15.1 + vala_ccode_type_definition_set_declarator@Base 0.15.1 + vala_ccode_type_definition_set_deprecated@Base 0.15.1 + vala_ccode_type_definition_set_type_name@Base 0.15.1 + vala_ccode_unary_expression_construct@Base 0.15.1 + vala_ccode_unary_expression_get_inner@Base 0.15.1 + vala_ccode_unary_expression_get_operator@Base 0.15.1 + vala_ccode_unary_expression_get_type@Base 0.15.1 + vala_ccode_unary_expression_new@Base 0.15.1 + vala_ccode_unary_expression_set_inner@Base 0.15.1 + vala_ccode_unary_expression_set_operator@Base 0.15.1 + vala_ccode_unary_operator_get_type@Base 0.15.1 + vala_ccode_variable_declarator_construct@Base 0.15.1 + vala_ccode_variable_declarator_construct_zero@Base 0.15.1 + vala_ccode_variable_declarator_get_declarator_suffix@Base 0.15.1 + vala_ccode_variable_declarator_get_init0@Base 0.15.1 + vala_ccode_variable_declarator_get_initializer@Base 0.15.1 + vala_ccode_variable_declarator_get_name@Base 0.15.1 + vala_ccode_variable_declarator_get_type@Base 0.15.1 + vala_ccode_variable_declarator_new@Base 0.15.1 + vala_ccode_variable_declarator_new_zero@Base 0.15.1 + vala_ccode_variable_declarator_set_declarator_suffix@Base 0.15.1 + vala_ccode_variable_declarator_set_init0@Base 0.15.1 + vala_ccode_variable_declarator_set_initializer@Base 0.15.1 + vala_ccode_variable_declarator_set_name@Base 0.15.1 + vala_ccode_while_statement_construct@Base 0.15.1 + vala_ccode_while_statement_get_body@Base 0.15.1 + vala_ccode_while_statement_get_condition@Base 0.15.1 + vala_ccode_while_statement_get_type@Base 0.15.1 + vala_ccode_while_statement_new@Base 0.15.1 + vala_ccode_while_statement_set_body@Base 0.15.1 + vala_ccode_while_statement_set_condition@Base 0.15.1 + vala_ccode_writer_close@Base 0.15.1 + vala_ccode_writer_construct@Base 0.15.1 + vala_ccode_writer_get_bol@Base 0.15.1 + vala_ccode_writer_get_filename@Base 0.15.1 + vala_ccode_writer_get_line_directives@Base 0.15.1 + vala_ccode_writer_get_type@Base 0.15.1 + vala_ccode_writer_new@Base 0.15.1 + vala_ccode_writer_open@Base 0.15.1 + vala_ccode_writer_ref@Base 0.15.1 + vala_ccode_writer_set_filename@Base 0.15.1 + vala_ccode_writer_set_line_directives@Base 0.15.1 + vala_ccode_writer_unref@Base 0.15.1 + vala_ccode_writer_write_begin_block@Base 0.15.1 + vala_ccode_writer_write_comment@Base 0.15.1 + vala_ccode_writer_write_end_block@Base 0.15.1 + vala_ccode_writer_write_indent@Base 0.15.1 + vala_ccode_writer_write_newline@Base 0.15.1 + vala_ccode_writer_write_string@Base 0.15.1 + vala_character_literal_construct@Base 0.15.1 + vala_character_literal_get_char@Base 0.15.1 + vala_character_literal_get_type@Base 0.15.1 + vala_character_literal_get_value@Base 0.15.1 + vala_character_literal_new@Base 0.15.1 + vala_character_literal_set_value@Base 0.15.1 + vala_class_add_base_type@Base 0.15.1 + vala_class_construct@Base 0.15.1 + vala_class_get_base_class@Base 0.15.1 + vala_class_get_base_types@Base 0.15.1 + vala_class_get_class_constructor@Base 0.15.1 + vala_class_get_class_destructor@Base 0.15.1 + vala_class_get_classes@Base 0.15.1 + vala_class_get_constants@Base 0.15.1 + vala_class_get_constructor@Base 0.15.1 + vala_class_get_default_construction_method@Base 0.15.1 + vala_class_get_delegates@Base 0.15.1 + vala_class_get_destructor@Base 0.15.1 + vala_class_get_enums@Base 0.15.1 + vala_class_get_fields@Base 0.15.1 + vala_class_get_has_class_private_fields@Base 0.15.1 + vala_class_get_has_private_fields@Base 0.15.1 + vala_class_get_is_abstract@Base 0.15.1 + vala_class_get_is_compact@Base 0.15.1 + vala_class_get_is_error_base@Base 0.15.1 + vala_class_get_is_immutable@Base 0.15.1 + vala_class_get_static_constructor@Base 0.15.1 + vala_class_get_static_destructor@Base 0.15.1 + vala_class_get_structs@Base 0.15.1 + vala_class_get_type@Base 0.15.1 + vala_class_is_fundamental@Base 0.15.1 + vala_class_new@Base 0.15.1 + vala_class_register_function_construct@Base 0.15.1 + vala_class_register_function_get_class_reference@Base 0.15.1 + vala_class_register_function_get_type@Base 0.15.1 + vala_class_register_function_new@Base 0.15.1 + vala_class_register_function_set_class_reference@Base 0.15.1 + vala_class_set_base_class@Base 0.15.1 + vala_class_set_class_constructor@Base 0.15.1 + vala_class_set_class_destructor@Base 0.15.1 + vala_class_set_constructor@Base 0.15.1 + vala_class_set_default_construction_method@Base 0.15.1 + vala_class_set_destructor@Base 0.15.1 + vala_class_set_has_private_fields@Base 0.15.1 + vala_class_set_is_abstract@Base 0.15.1 + vala_class_set_is_compact@Base 0.15.1 + vala_class_set_is_immutable@Base 0.15.1 + vala_class_set_static_constructor@Base 0.15.1 + vala_class_set_static_destructor@Base 0.15.1 + vala_class_type_construct@Base 0.15.1 + vala_class_type_get_class_symbol@Base 0.15.1 + vala_class_type_get_type@Base 0.15.1 + vala_class_type_new@Base 0.15.1 + vala_class_type_set_class_symbol@Base 0.15.1 + vala_code_context_accept@Base 0.15.1 + vala_code_context_add_c_source_file@Base 0.15.1 + vala_code_context_add_define@Base 0.15.1 + vala_code_context_add_external_package@Base 0.15.1 + vala_code_context_add_package@Base 0.15.1 + vala_code_context_add_packages_from_file@Base 0.15.1 + vala_code_context_add_source_file@Base 0.15.1 + vala_code_context_add_source_filename@Base 0.15.1 + vala_code_context_check@Base 0.15.1 + vala_code_context_construct@Base 0.15.1 + vala_code_context_get@Base 0.15.1 + vala_code_context_get_analyzer@Base 0.15.1 + vala_code_context_get_assert@Base 0.15.1 + vala_code_context_get_basedir@Base 0.15.1 + vala_code_context_get_c_source_files@Base 0.15.1 + vala_code_context_get_ccode_only@Base 0.15.1 + vala_code_context_get_checking@Base 0.15.1 + vala_code_context_get_codegen@Base 0.15.1 + vala_code_context_get_compile_only@Base 0.15.1 + vala_code_context_get_debug@Base 0.15.1 + vala_code_context_get_deprecated@Base 0.15.1 + vala_code_context_get_directory@Base 0.15.1 + vala_code_context_get_entry_point@Base 0.15.1 + vala_code_context_get_entry_point_name@Base 0.15.1 + vala_code_context_get_experimental@Base 0.15.1 + vala_code_context_get_experimental_non_null@Base 0.15.1 + vala_code_context_get_flow_analyzer@Base 0.15.1 + vala_code_context_get_gir_path@Base 0.15.1 + vala_code_context_get_header_filename@Base 0.15.1 + vala_code_context_get_includedir@Base 0.15.1 + vala_code_context_get_internal_header_filename@Base 0.15.1 + vala_code_context_get_mem_profiler@Base 0.15.1 + vala_code_context_get_metadata_path@Base 0.15.1 + vala_code_context_get_module_init_method@Base 0.15.1 + vala_code_context_get_nostdpkg@Base 0.15.1 + vala_code_context_get_optlevel@Base 0.15.1 + vala_code_context_get_output@Base 0.15.1 + vala_code_context_get_packages@Base 0.15.1 + vala_code_context_get_profile@Base 0.15.1 + vala_code_context_get_report@Base 0.15.1 + vala_code_context_get_resolver@Base 0.15.1 + vala_code_context_get_root@Base 0.15.1 + vala_code_context_get_run_output@Base 0.15.1 + vala_code_context_get_save_csources@Base 0.15.1 + vala_code_context_get_save_temps@Base 0.15.1 + vala_code_context_get_source_files@Base 0.15.1 + vala_code_context_get_symbols_filename@Base 0.15.1 + vala_code_context_get_target_glib_major@Base 0.15.1 + vala_code_context_get_target_glib_minor@Base 0.15.1 + vala_code_context_get_thread@Base 0.15.1 + vala_code_context_get_type@Base 0.15.1 + vala_code_context_get_use_header@Base 0.15.1 + vala_code_context_get_vapi_path@Base 0.15.1 + vala_code_context_get_verbose_mode@Base 0.15.1 + vala_code_context_get_version_header@Base 0.15.1 + vala_code_context_has_package@Base 0.15.1 + vala_code_context_is_defined@Base 0.15.1 + vala_code_context_new@Base 0.15.1 + vala_code_context_pop@Base 0.15.1 + vala_code_context_push@Base 0.15.1 + vala_code_context_realpath@Base 0.15.1 + vala_code_context_ref@Base 0.15.1 + vala_code_context_require_glib_version@Base 0.15.1 + vala_code_context_set_assert@Base 0.15.1 + vala_code_context_set_basedir@Base 0.15.1 + vala_code_context_set_ccode_only@Base 0.15.1 + vala_code_context_set_checking@Base 0.15.1 + vala_code_context_set_codegen@Base 0.15.1 + vala_code_context_set_compile_only@Base 0.15.1 + vala_code_context_set_debug@Base 0.15.1 + vala_code_context_set_deprecated@Base 0.15.1 + vala_code_context_set_directory@Base 0.15.1 + vala_code_context_set_entry_point@Base 0.15.1 + vala_code_context_set_entry_point_name@Base 0.15.1 + vala_code_context_set_experimental@Base 0.15.1 + vala_code_context_set_experimental_non_null@Base 0.15.1 + vala_code_context_set_header_filename@Base 0.15.1 + vala_code_context_set_includedir@Base 0.15.1 + vala_code_context_set_internal_header_filename@Base 0.15.1 + vala_code_context_set_mem_profiler@Base 0.15.1 + vala_code_context_set_module_init_method@Base 0.15.1 + vala_code_context_set_nostdpkg@Base 0.15.1 + vala_code_context_set_optlevel@Base 0.15.1 + vala_code_context_set_output@Base 0.15.1 + vala_code_context_set_profile@Base 0.15.1 + vala_code_context_set_report@Base 0.15.1 + vala_code_context_set_run_output@Base 0.15.1 + vala_code_context_set_save_temps@Base 0.15.1 + vala_code_context_set_symbols_filename@Base 0.15.1 + vala_code_context_set_target_glib_major@Base 0.15.1 + vala_code_context_set_target_glib_minor@Base 0.15.1 + vala_code_context_set_thread@Base 0.15.1 + vala_code_context_set_use_header@Base 0.15.1 + vala_code_context_set_verbose_mode@Base 0.15.1 + vala_code_context_set_version_header@Base 0.15.1 + vala_code_context_unref@Base 0.15.1 + vala_code_context_write_dependencies@Base 0.15.1 + vala_code_generator_construct@Base 0.15.1 + vala_code_generator_create_local@Base 0.15.1 + vala_code_generator_emit@Base 0.15.1 + vala_code_generator_get_type@Base 0.15.1 + vala_code_generator_load_field@Base 0.15.1 + vala_code_generator_load_local@Base 0.15.1 + vala_code_generator_load_parameter@Base 0.15.1 + vala_code_generator_store_field@Base 0.15.1 + vala_code_generator_store_local@Base 0.15.1 + vala_code_generator_store_parameter@Base 0.15.1 + vala_code_node_accept@Base 0.15.1 + vala_code_node_accept_children@Base 0.15.1 + vala_code_node_add_error_type@Base 0.15.1 + vala_code_node_add_error_types@Base 0.15.1 + vala_code_node_check@Base 0.15.1 + vala_code_node_construct@Base 0.15.1 + vala_code_node_emit@Base 0.15.1 + vala_code_node_get_attribute@Base 0.15.1 + vala_code_node_get_attribute_bool@Base 0.15.1 + vala_code_node_get_attribute_cache@Base 0.15.1 + vala_code_node_get_attribute_cache_index@Base 0.15.1 + vala_code_node_get_attribute_double@Base 0.15.1 + vala_code_node_get_attribute_integer@Base 0.15.1 + vala_code_node_get_attribute_string@Base 0.15.1 + vala_code_node_get_checked@Base 0.15.1 + vala_code_node_get_defined_variables@Base 0.15.1 + vala_code_node_get_error@Base 0.15.1 + vala_code_node_get_error_types@Base 0.15.1 + vala_code_node_get_parent_node@Base 0.15.1 + vala_code_node_get_source_reference@Base 0.15.1 + vala_code_node_get_temp_name@Base 0.15.1 + vala_code_node_get_tree_can_fail@Base 0.15.1 + vala_code_node_get_type@Base 0.15.1 + vala_code_node_get_type_name@Base 0.15.1 + vala_code_node_get_unreachable@Base 0.15.1 + vala_code_node_get_used_variables@Base 0.15.1 + vala_code_node_has_attribute_argument@Base 0.15.1 + vala_code_node_ref@Base 0.15.1 + vala_code_node_remove_attribute_argument@Base 0.15.1 + vala_code_node_replace_expression@Base 0.15.1 + vala_code_node_replace_type@Base 0.15.1 + vala_code_node_set_attribute@Base 0.15.1 + vala_code_node_set_attribute_bool@Base 0.15.1 + vala_code_node_set_attribute_cache@Base 0.15.1 + vala_code_node_set_attribute_double@Base 0.15.1 + vala_code_node_set_attribute_integer@Base 0.15.1 + vala_code_node_set_attribute_string@Base 0.15.1 + vala_code_node_set_checked@Base 0.15.1 + vala_code_node_set_error@Base 0.15.1 + vala_code_node_set_parent_node@Base 0.15.1 + vala_code_node_set_source_reference@Base 0.15.1 + vala_code_node_set_unreachable@Base 0.15.1 + vala_code_node_to_string@Base 0.15.1 + vala_code_node_unref@Base 0.15.1 + vala_code_visitor_construct@Base 0.15.1 + vala_code_visitor_get_type@Base 0.15.1 + vala_code_visitor_ref@Base 0.15.1 + vala_code_visitor_unref@Base 0.15.1 + vala_code_visitor_visit_addressof_expression@Base 0.15.1 + vala_code_visitor_visit_array_creation_expression@Base 0.15.1 + vala_code_visitor_visit_assignment@Base 0.15.1 + vala_code_visitor_visit_base_access@Base 0.15.1 + vala_code_visitor_visit_binary_expression@Base 0.15.1 + vala_code_visitor_visit_block@Base 0.15.1 + vala_code_visitor_visit_boolean_literal@Base 0.15.1 + vala_code_visitor_visit_break_statement@Base 0.15.1 + vala_code_visitor_visit_cast_expression@Base 0.15.1 + vala_code_visitor_visit_catch_clause@Base 0.15.1 + vala_code_visitor_visit_character_literal@Base 0.15.1 + vala_code_visitor_visit_class@Base 0.15.1 + vala_code_visitor_visit_conditional_expression@Base 0.15.1 + vala_code_visitor_visit_constant@Base 0.15.1 + vala_code_visitor_visit_constructor@Base 0.15.1 + vala_code_visitor_visit_continue_statement@Base 0.15.1 + vala_code_visitor_visit_creation_method@Base 0.15.1 + vala_code_visitor_visit_data_type@Base 0.15.1 + vala_code_visitor_visit_declaration_statement@Base 0.15.1 + vala_code_visitor_visit_delegate@Base 0.15.1 + vala_code_visitor_visit_delete_statement@Base 0.15.1 + vala_code_visitor_visit_destructor@Base 0.15.1 + vala_code_visitor_visit_do_statement@Base 0.15.1 + vala_code_visitor_visit_element_access@Base 0.15.1 + vala_code_visitor_visit_empty_statement@Base 0.15.1 + vala_code_visitor_visit_end_full_expression@Base 0.15.1 + vala_code_visitor_visit_enum@Base 0.15.1 + vala_code_visitor_visit_enum_value@Base 0.15.1 + vala_code_visitor_visit_error_code@Base 0.15.1 + vala_code_visitor_visit_error_domain@Base 0.15.1 + vala_code_visitor_visit_expression@Base 0.15.1 + vala_code_visitor_visit_expression_statement@Base 0.15.1 + vala_code_visitor_visit_field@Base 0.15.1 + vala_code_visitor_visit_for_statement@Base 0.15.1 + vala_code_visitor_visit_foreach_statement@Base 0.15.1 + vala_code_visitor_visit_formal_parameter@Base 0.15.1 + vala_code_visitor_visit_if_statement@Base 0.15.1 + vala_code_visitor_visit_initializer_list@Base 0.15.1 + vala_code_visitor_visit_integer_literal@Base 0.15.1 + vala_code_visitor_visit_interface@Base 0.15.1 + vala_code_visitor_visit_lambda_expression@Base 0.15.1 + vala_code_visitor_visit_list_literal@Base 0.15.1 + vala_code_visitor_visit_local_variable@Base 0.15.1 + vala_code_visitor_visit_lock_statement@Base 0.15.1 + vala_code_visitor_visit_loop@Base 0.15.1 + vala_code_visitor_visit_map_literal@Base 0.15.1 + vala_code_visitor_visit_member_access@Base 0.15.1 + vala_code_visitor_visit_method@Base 0.15.1 + vala_code_visitor_visit_method_call@Base 0.15.1 + vala_code_visitor_visit_named_argument@Base 0.15.1 + vala_code_visitor_visit_namespace@Base 0.15.1 + vala_code_visitor_visit_null_literal@Base 0.15.1 + vala_code_visitor_visit_object_creation_expression@Base 0.15.1 + vala_code_visitor_visit_pointer_indirection@Base 0.15.1 + vala_code_visitor_visit_postfix_expression@Base 0.15.1 + vala_code_visitor_visit_property@Base 0.15.1 + vala_code_visitor_visit_property_accessor@Base 0.15.1 + vala_code_visitor_visit_real_literal@Base 0.15.1 + vala_code_visitor_visit_reference_transfer_expression@Base 0.15.1 + vala_code_visitor_visit_regex_literal@Base 0.15.1 + vala_code_visitor_visit_return_statement@Base 0.15.1 + vala_code_visitor_visit_set_literal@Base 0.15.1 + vala_code_visitor_visit_signal@Base 0.15.1 + vala_code_visitor_visit_sizeof_expression@Base 0.15.1 + vala_code_visitor_visit_slice_expression@Base 0.15.1 + vala_code_visitor_visit_source_file@Base 0.15.1 + vala_code_visitor_visit_string_literal@Base 0.15.1 + vala_code_visitor_visit_struct@Base 0.15.1 + vala_code_visitor_visit_switch_label@Base 0.15.1 + vala_code_visitor_visit_switch_section@Base 0.15.1 + vala_code_visitor_visit_switch_statement@Base 0.15.1 + vala_code_visitor_visit_template@Base 0.15.1 + vala_code_visitor_visit_throw_statement@Base 0.15.1 + vala_code_visitor_visit_try_statement@Base 0.15.1 + vala_code_visitor_visit_tuple@Base 0.15.1 + vala_code_visitor_visit_type_check@Base 0.15.1 + vala_code_visitor_visit_type_parameter@Base 0.15.1 + vala_code_visitor_visit_typeof_expression@Base 0.15.1 + vala_code_visitor_visit_unary_expression@Base 0.15.1 + vala_code_visitor_visit_unlock_statement@Base 0.15.1 + vala_code_visitor_visit_using_directive@Base 0.15.1 + vala_code_visitor_visit_while_statement@Base 0.15.1 + vala_code_visitor_visit_yield_statement@Base 0.15.1 + vala_code_writer_construct@Base 0.15.1 + vala_code_writer_get_type@Base 0.15.1 + vala_code_writer_new@Base 0.15.1 + vala_code_writer_set_cheader_override@Base 0.15.1 + vala_code_writer_type_get_type@Base 0.15.1 + vala_code_writer_write_file@Base 0.15.1 + vala_collection_add@Base 0.15.1 + vala_collection_clear@Base 0.15.1 + vala_collection_construct@Base 0.15.1 + vala_collection_contains@Base 0.15.1 + vala_collection_get_size@Base 0.15.1 + vala_collection_get_type@Base 0.15.1 + vala_collection_remove@Base 0.15.1 + vala_comment_construct@Base 0.15.1 + vala_comment_get_content@Base 0.15.1 + vala_comment_get_source_reference@Base 0.15.1 + vala_comment_get_type@Base 0.15.1 + vala_comment_new@Base 0.15.1 + vala_comment_ref@Base 0.15.1 + vala_comment_set_content@Base 0.15.1 + vala_comment_set_source_reference@Base 0.15.1 + vala_comment_unref@Base 0.15.1 + vala_conditional_expression_construct@Base 0.15.1 + vala_conditional_expression_get_condition@Base 0.15.1 + vala_conditional_expression_get_false_expression@Base 0.15.1 + vala_conditional_expression_get_true_expression@Base 0.15.1 + vala_conditional_expression_get_type@Base 0.15.1 + vala_conditional_expression_new@Base 0.15.1 + vala_conditional_expression_set_condition@Base 0.15.1 + vala_conditional_expression_set_false_expression@Base 0.15.1 + vala_conditional_expression_set_true_expression@Base 0.15.1 + vala_constant_construct@Base 0.15.1 + vala_constant_get_type@Base 0.15.1 + vala_constant_get_type_reference@Base 0.15.1 + vala_constant_get_value@Base 0.15.1 + vala_constant_new@Base 0.15.1 + vala_constant_set_type_reference@Base 0.15.1 + vala_constant_set_value@Base 0.15.1 + vala_constructor_construct@Base 0.15.1 + vala_constructor_get_binding@Base 0.15.1 + vala_constructor_get_this_parameter@Base 0.15.1 + vala_constructor_get_type@Base 0.15.1 + vala_constructor_new@Base 0.15.1 + vala_constructor_set_binding@Base 0.15.1 + vala_constructor_set_this_parameter@Base 0.15.1 + vala_continue_statement_construct@Base 0.15.1 + vala_continue_statement_get_type@Base 0.15.1 + vala_continue_statement_new@Base 0.15.1 + vala_creation_method_construct@Base 0.15.1 + vala_creation_method_get_chain_up@Base 0.15.1 + vala_creation_method_get_class_name@Base 0.15.1 + vala_creation_method_get_type@Base 0.15.1 + vala_creation_method_new@Base 0.15.1 + vala_creation_method_set_chain_up@Base 0.15.1 + vala_creation_method_set_class_name@Base 0.15.1 + vala_ctype_construct@Base 0.15.1 + vala_ctype_get_ctype_name@Base 0.15.1 + vala_ctype_get_type@Base 0.15.1 + vala_ctype_new@Base 0.15.1 + vala_ctype_set_ctype_name@Base 0.15.1 + vala_data_type_add_type_argument@Base 0.15.1 + vala_data_type_compatible@Base 0.15.1 + vala_data_type_construct@Base 0.15.1 + vala_data_type_copy@Base 0.15.1 + vala_data_type_equals@Base 0.15.1 + vala_data_type_get_actual_type@Base 0.15.1 + vala_data_type_get_data_type@Base 0.15.1 + vala_data_type_get_floating_reference@Base 0.15.1 + vala_data_type_get_is_dynamic@Base 0.15.1 + vala_data_type_get_member@Base 0.15.1 + vala_data_type_get_nullable@Base 0.15.1 + vala_data_type_get_parameters@Base 0.15.1 + vala_data_type_get_pointer_member@Base 0.15.1 + vala_data_type_get_return_type@Base 0.15.1 + vala_data_type_get_type@Base 0.15.1 + vala_data_type_get_type_arguments@Base 0.15.1 + vala_data_type_get_type_parameter@Base 0.15.1 + vala_data_type_get_value_owned@Base 0.15.1 + vala_data_type_has_type_arguments@Base 0.15.1 + vala_data_type_is_accessible@Base 0.15.1 + vala_data_type_is_array@Base 0.15.1 + vala_data_type_is_disposable@Base 0.15.1 + vala_data_type_is_invokable@Base 0.15.1 + vala_data_type_is_real_non_null_struct_type@Base 0.15.1 + vala_data_type_is_real_struct_type@Base 0.15.1 + vala_data_type_is_reference_type_or_type_parameter@Base 0.15.1 + vala_data_type_is_weak@Base 0.15.1 + vala_data_type_remove_all_type_arguments@Base 0.15.1 + vala_data_type_set_data_type@Base 0.15.1 + vala_data_type_set_floating_reference@Base 0.15.1 + vala_data_type_set_is_dynamic@Base 0.15.1 + vala_data_type_set_nullable@Base 0.15.1 + vala_data_type_set_type_parameter@Base 0.15.1 + vala_data_type_set_value_owned@Base 0.15.1 + vala_data_type_stricter@Base 0.15.1 + vala_data_type_to_qualified_string@Base 0.15.1 + vala_declaration_statement_construct@Base 0.15.1 + vala_declaration_statement_get_declaration@Base 0.15.1 + vala_declaration_statement_get_type@Base 0.15.1 + vala_declaration_statement_new@Base 0.15.1 + vala_declaration_statement_set_declaration@Base 0.15.1 + vala_delegate_add_parameter@Base 0.15.1 + vala_delegate_add_type_parameter@Base 0.15.1 + vala_delegate_construct@Base 0.15.1 + vala_delegate_get_has_target@Base 0.15.1 + vala_delegate_get_parameters@Base 0.15.1 + vala_delegate_get_prototype_string@Base 0.15.1 + vala_delegate_get_return_type@Base 0.15.1 + vala_delegate_get_sender_type@Base 0.15.1 + vala_delegate_get_type@Base 0.15.1 + vala_delegate_get_type_parameters@Base 0.15.1 + vala_delegate_matches_method@Base 0.15.1 + vala_delegate_new@Base 0.15.1 + vala_delegate_set_has_target@Base 0.15.1 + vala_delegate_set_return_type@Base 0.15.1 + vala_delegate_set_sender_type@Base 0.15.1 + vala_delegate_type_construct@Base 0.15.1 + vala_delegate_type_get_delegate_symbol@Base 0.15.1 + vala_delegate_type_get_is_called_once@Base 0.15.1 + vala_delegate_type_get_type@Base 0.15.1 + vala_delegate_type_new@Base 0.15.1 + vala_delegate_type_set_delegate_symbol@Base 0.15.1 + vala_delegate_type_set_is_called_once@Base 0.15.1 + vala_delete_statement_construct@Base 0.15.1 + vala_delete_statement_get_expression@Base 0.15.1 + vala_delete_statement_get_type@Base 0.15.1 + vala_delete_statement_new@Base 0.15.1 + vala_delete_statement_set_expression@Base 0.15.1 + vala_destructor_construct@Base 0.15.1 + vala_destructor_get_binding@Base 0.15.1 + vala_destructor_get_this_parameter@Base 0.15.1 + vala_destructor_get_type@Base 0.15.1 + vala_destructor_new@Base 0.15.1 + vala_destructor_set_binding@Base 0.15.1 + vala_destructor_set_this_parameter@Base 0.15.1 + vala_do_statement_construct@Base 0.15.1 + vala_do_statement_get_body@Base 0.15.1 + vala_do_statement_get_condition@Base 0.15.1 + vala_do_statement_get_type@Base 0.15.1 + vala_do_statement_new@Base 0.15.1 + vala_do_statement_set_body@Base 0.15.1 + vala_do_statement_set_condition@Base 0.15.1 + vala_dova_array_module_construct@Base 0.15.1 + vala_dova_array_module_get_type@Base 0.15.1 + vala_dova_array_module_new@Base 0.15.1 + vala_dova_assignment_module_construct@Base 0.15.1 + vala_dova_assignment_module_get_type@Base 0.15.1 + vala_dova_assignment_module_new@Base 0.15.1 + vala_dova_assignment_module_store_variable@Base 0.15.1 + vala_dova_base_module_add_generated_external_symbol@Base 0.15.1 + vala_dova_base_module_add_generic_type_arguments@Base 0.15.1 + vala_dova_base_module_add_simple_check@Base 0.15.1 + vala_dova_base_module_add_symbol_declaration@Base 0.15.1 + vala_dova_base_module_append_local_free@Base 0.15.1 + vala_dova_base_module_construct@Base 0.15.1 + vala_dova_base_module_default_value_for_type@Base 0.15.1 + vala_dova_base_module_destroy_value@Base 0.15.1 + vala_dova_base_module_emit_context_construct@Base 0.15.1 + vala_dova_base_module_emit_context_get_type@Base 0.15.1 + vala_dova_base_module_emit_context_new@Base 0.15.1 + vala_dova_base_module_emit_context_pop_symbol@Base 0.15.1 + vala_dova_base_module_emit_context_push_symbol@Base 0.15.1 + vala_dova_base_module_emit_context_ref@Base 0.15.1 + vala_dova_base_module_emit_context_unref@Base 0.15.1 + vala_dova_base_module_emit_temp_var@Base 0.15.1 + vala_dova_base_module_generate_class_declaration@Base 0.15.1 + vala_dova_base_module_generate_constant_declaration@Base 0.15.1 + vala_dova_base_module_generate_cparameters@Base 0.15.1 + vala_dova_base_module_generate_delegate_declaration@Base 0.15.1 + vala_dova_base_module_generate_enum_declaration@Base 0.15.1 + vala_dova_base_module_generate_field_declaration@Base 0.15.1 + vala_dova_base_module_generate_instance_cast@Base 0.15.1 + vala_dova_base_module_generate_interface_declaration@Base 0.15.1 + vala_dova_base_module_generate_method_declaration@Base 0.15.1 + vala_dova_base_module_generate_property_accessor_declaration@Base 0.15.1 + vala_dova_base_module_generate_struct_declaration@Base 0.15.1 + vala_dova_base_module_generate_type_declaration@Base 0.15.1 + vala_dova_base_module_get_block_id@Base 0.15.1 + vala_dova_base_module_get_ccode@Base 0.15.1 + vala_dova_base_module_get_ccode_const_name@Base 0.15.1 + vala_dova_base_module_get_ccode_copy_function@Base 0.15.1 + vala_dova_base_module_get_ccode_declarator_suffix@Base 0.15.1 + vala_dova_base_module_get_ccode_default_value@Base 0.15.1 + vala_dova_base_module_get_ccode_dup_function@Base 0.15.1 + vala_dova_base_module_get_ccode_free_function@Base 0.15.1 + vala_dova_base_module_get_ccode_instance_pos@Base 0.15.1 + vala_dova_base_module_get_ccode_lower_case_name@Base 0.15.1 + vala_dova_base_module_get_ccode_lower_case_prefix@Base 0.15.1 + vala_dova_base_module_get_ccode_name@Base 0.15.1 + vala_dova_base_module_get_ccode_real_name@Base 0.15.1 + vala_dova_base_module_get_ccode_ref_function@Base 0.15.1 + vala_dova_base_module_get_ccode_ref_function_void@Base 0.15.1 + vala_dova_base_module_get_ccode_sentinel@Base 0.15.1 + vala_dova_base_module_get_ccode_unref_function@Base 0.15.1 + vala_dova_base_module_get_ccode_upper_case_name@Base 0.15.1 + vala_dova_base_module_get_ccode_vfunc_name@Base 0.15.1 + vala_dova_base_module_get_ccodenode@Base 0.15.1 + vala_dova_base_module_get_context@Base 0.15.1 + vala_dova_base_module_get_current_class@Base 0.15.1 + vala_dova_base_module_get_current_closure_block@Base 0.15.1 + vala_dova_base_module_get_current_method@Base 0.15.1 + vala_dova_base_module_get_current_property_accessor@Base 0.15.1 + vala_dova_base_module_get_current_return_type@Base 0.15.1 + vala_dova_base_module_get_current_symbol@Base 0.15.1 + vala_dova_base_module_get_current_try@Base 0.15.1 + vala_dova_base_module_get_current_type_symbol@Base 0.15.1 + vala_dova_base_module_get_custom_creturn_type@Base 0.15.1 + vala_dova_base_module_get_cvalue@Base 0.15.1 + vala_dova_base_module_get_cvalue_@Base 0.15.1 + vala_dova_base_module_get_data_type_for_symbol@Base 0.15.1 + vala_dova_base_module_get_destroy_func_expression@Base 0.15.1 + vala_dova_base_module_get_dup_func_expression@Base 0.15.1 + vala_dova_base_module_get_implicit_cast_expression@Base 0.15.1 + vala_dova_base_module_get_in_creation_method@Base 0.15.1 + vala_dova_base_module_get_next_temp_var_id@Base 0.15.1 + vala_dova_base_module_get_ref_cexpression@Base 0.15.1 + vala_dova_base_module_get_temp_ref_vars@Base 0.15.1 + vala_dova_base_module_get_temp_variable@Base 0.15.1 + vala_dova_base_module_get_this_type@Base 0.15.1 + vala_dova_base_module_get_type@Base 0.15.1 + vala_dova_base_module_get_type_id_expression@Base 0.15.1 + vala_dova_base_module_get_type_private_from_type@Base 0.15.1 + vala_dova_base_module_get_unref_expression@Base 0.15.1 + vala_dova_base_module_get_variable_cexpression@Base 0.15.1 + vala_dova_base_module_get_variable_cname@Base 0.15.1 + vala_dova_base_module_get_variable_name_map@Base 0.15.1 + vala_dova_base_module_handle_struct_argument@Base 0.15.1 + vala_dova_base_module_is_constant_ccode_expression@Base 0.15.1 + vala_dova_base_module_is_pure_ccode_expression@Base 0.15.1 + vala_dova_base_module_is_reference_counting@Base 0.15.1 + vala_dova_base_module_method_has_wrapper@Base 0.15.1 + vala_dova_base_module_next_closure_block@Base 0.15.1 + vala_dova_base_module_param_spec_emit_context@Base 0.15.1 + vala_dova_base_module_pop_context@Base 0.15.1 + vala_dova_base_module_pop_function@Base 0.15.1 + vala_dova_base_module_push_context@Base 0.15.1 + vala_dova_base_module_push_function@Base 0.15.1 + vala_dova_base_module_requires_copy@Base 0.15.1 + vala_dova_base_module_requires_destroy@Base 0.15.1 + vala_dova_base_module_set_context@Base 0.15.1 + vala_dova_base_module_set_current_try@Base 0.15.1 + vala_dova_base_module_set_cvalue@Base 0.15.1 + vala_dova_base_module_set_next_temp_var_id@Base 0.15.1 + vala_dova_base_module_store_property@Base 0.15.1 + vala_dova_base_module_transform_expression@Base 0.15.1 + vala_dova_base_module_value_get_emit_context@Base 0.15.1 + vala_dova_base_module_value_set_emit_context@Base 0.15.1 + vala_dova_base_module_value_take_emit_context@Base 0.15.1 + vala_dova_control_flow_module_construct@Base 0.15.1 + vala_dova_control_flow_module_get_type@Base 0.15.1 + vala_dova_delegate_module_construct@Base 0.15.1 + vala_dova_delegate_module_get_type@Base 0.15.1 + vala_dova_delegate_module_new@Base 0.15.1 + vala_dova_error_module_construct@Base 0.15.1 + vala_dova_error_module_get_type@Base 0.15.1 + vala_dova_error_module_new@Base 0.15.1 + vala_dova_error_module_return_with_exception@Base 0.15.1 + vala_dova_member_access_module_construct@Base 0.15.1 + vala_dova_member_access_module_get_field_cvalue@Base 0.15.1 + vala_dova_member_access_module_get_local_cvalue@Base 0.15.1 + vala_dova_member_access_module_get_parameter_cvalue@Base 0.15.1 + vala_dova_member_access_module_get_type@Base 0.15.1 + vala_dova_method_call_module_construct@Base 0.15.1 + vala_dova_method_call_module_get_type@Base 0.15.1 + vala_dova_method_call_module_new@Base 0.15.1 + vala_dova_method_module_construct@Base 0.15.1 + vala_dova_method_module_get_type@Base 0.15.1 + vala_dova_object_module_construct@Base 0.15.1 + vala_dova_object_module_declare_set_value_copy_function@Base 0.15.1 + vala_dova_object_module_declare_set_value_equals_function@Base 0.15.1 + vala_dova_object_module_declare_set_value_from_any_function@Base 0.15.1 + vala_dova_object_module_declare_set_value_hash_function@Base 0.15.1 + vala_dova_object_module_declare_set_value_to_any_function@Base 0.15.1 + vala_dova_object_module_generate_type_get_function@Base 0.15.1 + vala_dova_object_module_get_type@Base 0.15.1 + vala_dova_object_module_new@Base 0.15.1 + vala_dova_struct_module_construct@Base 0.15.1 + vala_dova_struct_module_get_type@Base 0.15.1 + vala_dova_value_construct@Base 0.15.1 + vala_dova_value_get_type@Base 0.15.1 + vala_dova_value_module_construct@Base 0.15.1 + vala_dova_value_module_get_type@Base 0.15.1 + vala_dova_value_module_new@Base 0.15.1 + vala_dova_value_new@Base 0.15.1 + vala_dynamic_method_construct@Base 0.15.1 + vala_dynamic_method_get_dynamic_type@Base 0.15.1 + vala_dynamic_method_get_invocation@Base 0.15.1 + vala_dynamic_method_get_type@Base 0.15.1 + vala_dynamic_method_new@Base 0.15.1 + vala_dynamic_method_set_dynamic_type@Base 0.15.1 + vala_dynamic_method_set_invocation@Base 0.15.1 + vala_dynamic_property_construct@Base 0.15.1 + vala_dynamic_property_get_dynamic_type@Base 0.15.1 + vala_dynamic_property_get_type@Base 0.15.1 + vala_dynamic_property_new@Base 0.15.1 + vala_dynamic_property_set_dynamic_type@Base 0.15.1 + vala_dynamic_signal_construct@Base 0.15.1 + vala_dynamic_signal_get_dynamic_type@Base 0.15.1 + vala_dynamic_signal_get_handler@Base 0.15.1 + vala_dynamic_signal_get_type@Base 0.15.1 + vala_dynamic_signal_new@Base 0.15.1 + vala_dynamic_signal_set_dynamic_type@Base 0.15.1 + vala_dynamic_signal_set_handler@Base 0.15.1 + vala_element_access_append_index@Base 0.15.1 + vala_element_access_construct@Base 0.15.1 + vala_element_access_get_container@Base 0.15.1 + vala_element_access_get_indices@Base 0.15.1 + vala_element_access_get_type@Base 0.15.1 + vala_element_access_new@Base 0.15.1 + vala_element_access_set_container@Base 0.15.1 + vala_empty_statement_construct@Base 0.15.1 + vala_empty_statement_get_type@Base 0.15.1 + vala_empty_statement_new@Base 0.15.1 + vala_enum_add_value@Base 0.15.1 + vala_enum_construct@Base 0.15.1 + vala_enum_get_constants@Base 0.15.1 + vala_enum_get_is_flags@Base 0.15.1 + vala_enum_get_methods@Base 0.15.1 + vala_enum_get_type@Base 0.15.1 + vala_enum_get_values@Base 0.15.1 + vala_enum_new@Base 0.15.1 + vala_enum_register_function_construct@Base 0.15.1 + vala_enum_register_function_get_enum_reference@Base 0.15.1 + vala_enum_register_function_get_type@Base 0.15.1 + vala_enum_register_function_new@Base 0.15.1 + vala_enum_register_function_set_enum_reference@Base 0.15.1 + vala_enum_remove_all_values@Base 0.15.1 + vala_enum_value_construct@Base 0.15.1 + vala_enum_value_get_type@Base 0.15.1 + vala_enum_value_new@Base 0.15.1 + vala_enum_value_type_construct@Base 0.15.1 + vala_enum_value_type_get_to_string_method@Base 0.15.1 + vala_enum_value_type_get_type@Base 0.15.1 + vala_enum_value_type_new@Base 0.15.1 + vala_error_code_construct@Base 0.15.1 + vala_error_code_construct_with_value@Base 0.15.1 + vala_error_code_get_type@Base 0.15.1 + vala_error_code_get_value@Base 0.15.1 + vala_error_code_new@Base 0.15.1 + vala_error_code_new_with_value@Base 0.15.1 + vala_error_code_set_value@Base 0.15.1 + vala_error_domain_add_code@Base 0.15.1 + vala_error_domain_construct@Base 0.15.1 + vala_error_domain_get_codes@Base 0.15.1 + vala_error_domain_get_methods@Base 0.15.1 + vala_error_domain_get_type@Base 0.15.1 + vala_error_domain_new@Base 0.15.1 + vala_error_type_construct@Base 0.15.1 + vala_error_type_get_dynamic_error@Base 0.15.1 + vala_error_type_get_error_code@Base 0.15.1 + vala_error_type_get_error_domain@Base 0.15.1 + vala_error_type_get_type@Base 0.15.1 + vala_error_type_new@Base 0.15.1 + vala_error_type_set_dynamic_error@Base 0.15.1 + vala_error_type_set_error_code@Base 0.15.1 + vala_error_type_set_error_domain@Base 0.15.1 + vala_expression_construct@Base 0.15.1 + vala_expression_get_formal_target_type@Base 0.15.1 + vala_expression_get_formal_value_type@Base 0.15.1 + vala_expression_get_lvalue@Base 0.15.1 + vala_expression_get_parent_statement@Base 0.15.1 + vala_expression_get_symbol_reference@Base 0.15.1 + vala_expression_get_target_type@Base 0.15.1 + vala_expression_get_target_value@Base 0.15.1 + vala_expression_get_type@Base 0.15.1 + vala_expression_get_value_type@Base 0.15.1 + vala_expression_insert_statement@Base 0.15.1 + vala_expression_is_constant@Base 0.15.1 + vala_expression_is_non_null@Base 0.15.1 + vala_expression_is_pure@Base 0.15.1 + vala_expression_set_formal_target_type@Base 0.15.1 + vala_expression_set_formal_value_type@Base 0.15.1 + vala_expression_set_lvalue@Base 0.15.1 + vala_expression_set_symbol_reference@Base 0.15.1 + vala_expression_set_target_type@Base 0.15.1 + vala_expression_set_target_value@Base 0.15.1 + vala_expression_set_value_type@Base 0.15.1 + vala_expression_statement_construct@Base 0.15.1 + vala_expression_statement_get_expression@Base 0.15.1 + vala_expression_statement_get_type@Base 0.15.1 + vala_expression_statement_new@Base 0.15.1 + vala_expression_statement_set_expression@Base 0.15.1 + vala_field_construct@Base 0.15.1 + vala_field_get_binding@Base 0.15.1 + vala_field_get_ctype@Base 0.15.1 + vala_field_get_is_volatile@Base 0.15.1 + vala_field_get_type@Base 0.15.1 + vala_field_new@Base 0.15.1 + vala_field_prototype_construct@Base 0.15.1 + vala_field_prototype_get_field_symbol@Base 0.15.1 + vala_field_prototype_get_type@Base 0.15.1 + vala_field_prototype_new@Base 0.15.1 + vala_field_prototype_set_field_symbol@Base 0.15.1 + vala_field_set_binding@Base 0.15.1 + vala_field_set_ctype@Base 0.15.1 + vala_field_set_is_volatile@Base 0.15.1 + vala_floating_type_construct@Base 0.15.1 + vala_floating_type_get_type@Base 0.15.1 + vala_floating_type_new@Base 0.15.1 + vala_flow_analyzer_analyze@Base 0.15.1 + vala_flow_analyzer_construct@Base 0.15.1 + vala_flow_analyzer_get_type@Base 0.15.1 + vala_flow_analyzer_new@Base 0.15.1 + vala_for_statement_add_initializer@Base 0.15.1 + vala_for_statement_add_iterator@Base 0.15.1 + vala_for_statement_construct@Base 0.15.1 + vala_for_statement_get_body@Base 0.15.1 + vala_for_statement_get_condition@Base 0.15.1 + vala_for_statement_get_initializer@Base 0.15.1 + vala_for_statement_get_iterator@Base 0.15.1 + vala_for_statement_get_type@Base 0.15.1 + vala_for_statement_new@Base 0.15.1 + vala_for_statement_set_body@Base 0.15.1 + vala_for_statement_set_condition@Base 0.15.1 + vala_foreach_statement_construct@Base 0.15.1 + vala_foreach_statement_get_body@Base 0.15.1 + vala_foreach_statement_get_collection@Base 0.15.1 + vala_foreach_statement_get_collection_variable@Base 0.15.1 + vala_foreach_statement_get_element_variable@Base 0.15.1 + vala_foreach_statement_get_iterator_variable@Base 0.15.1 + vala_foreach_statement_get_type@Base 0.15.1 + vala_foreach_statement_get_type_reference@Base 0.15.1 + vala_foreach_statement_get_use_iterator@Base 0.15.1 + vala_foreach_statement_get_variable_name@Base 0.15.1 + vala_foreach_statement_new@Base 0.15.1 + vala_foreach_statement_set_body@Base 0.15.1 + vala_foreach_statement_set_collection@Base 0.15.1 + vala_foreach_statement_set_collection_variable@Base 0.15.1 + vala_foreach_statement_set_element_variable@Base 0.15.1 + vala_foreach_statement_set_iterator_variable@Base 0.15.1 + vala_foreach_statement_set_type_reference@Base 0.15.1 + vala_foreach_statement_set_variable_name@Base 0.15.1 + vala_gasync_module_construct@Base 0.15.1 + vala_gasync_module_generate_async_callback_wrapper@Base 0.15.1 + vala_gasync_module_get_type@Base 0.15.1 + vala_gasync_module_new@Base 0.15.1 + vala_gd_bus_client_module_construct@Base 0.15.1 + vala_gd_bus_client_module_get_dbus_timeout@Base 0.15.1 + vala_gd_bus_client_module_get_type@Base 0.15.1 + vala_gd_bus_client_module_new@Base 0.15.1 + vala_gd_bus_module_construct@Base 0.15.1 + vala_gd_bus_module_dbus_method_uses_file_descriptor@Base 0.15.1 + vala_gd_bus_module_get_dbus_name@Base 0.15.1 + vala_gd_bus_module_get_dbus_name_for_member@Base 0.15.1 + vala_gd_bus_module_get_type@Base 0.15.1 + vala_gd_bus_module_is_dbus_no_reply@Base 0.15.1 + vala_gd_bus_module_new@Base 0.15.1 + vala_gd_bus_module_receive_dbus_value@Base 0.15.1 + vala_gd_bus_module_send_dbus_value@Base 0.15.1 + vala_gd_bus_server_module_construct@Base 0.15.1 + vala_gd_bus_server_module_dbus_result_name@Base 0.15.1 + vala_gd_bus_server_module_get_type@Base 0.15.1 + vala_gd_bus_server_module_is_dbus_visible@Base 0.15.1 + vala_gd_bus_server_module_new@Base 0.15.1 + vala_generic_type_construct@Base 0.15.1 + vala_generic_type_get_type@Base 0.15.1 + vala_generic_type_new@Base 0.15.1 + vala_genie_param_spec_scanner@Base 0.15.1 + vala_genie_parser_construct@Base 0.15.1 + vala_genie_parser_get_type@Base 0.15.1 + vala_genie_parser_new@Base 0.15.1 + vala_genie_parser_parse@Base 0.15.1 + vala_genie_parser_parse_file@Base 0.15.1 + vala_genie_scanner_construct@Base 0.15.1 + vala_genie_scanner_get_indent_spaces@Base 0.15.1 + vala_genie_scanner_get_source_file@Base 0.15.1 + vala_genie_scanner_get_type@Base 0.15.1 + vala_genie_scanner_new@Base 0.15.1 + vala_genie_scanner_parse_file_comments@Base 0.15.1 + vala_genie_scanner_pop_comment@Base 0.15.1 + vala_genie_scanner_read_regex_token@Base 0.15.1 + vala_genie_scanner_read_template_token@Base 0.15.1 + vala_genie_scanner_read_token@Base 0.15.1 + vala_genie_scanner_ref@Base 0.15.1 + vala_genie_scanner_seek@Base 0.15.1 + vala_genie_scanner_set_indent_spaces@Base 0.15.1 + vala_genie_scanner_unref@Base 0.15.1 + vala_genie_token_type_get_type@Base 0.15.1 + vala_genie_token_type_to_string@Base 0.15.1 + vala_genie_value_get_scanner@Base 0.15.1 + vala_genie_value_set_scanner@Base 0.15.1 + vala_genie_value_take_scanner@Base 0.15.1 + vala_gerror_module_construct@Base 0.15.1 + vala_gerror_module_get_type@Base 0.15.1 + vala_gerror_module_new@Base 0.15.1 + vala_gerror_module_return_with_exception@Base 0.15.1 + vala_gir_comment_add_content_for_parameter@Base 0.15.1 + vala_gir_comment_construct@Base 0.15.1 + vala_gir_comment_get_content_for_parameter@Base 0.15.1 + vala_gir_comment_get_return_content@Base 0.15.1 + vala_gir_comment_get_type@Base 0.15.1 + vala_gir_comment_new@Base 0.15.1 + vala_gir_comment_parameter_iterator@Base 0.15.1 + vala_gir_comment_set_return_content@Base 0.15.1 + vala_gir_parser_construct@Base 0.15.1 + vala_gir_parser_get_type@Base 0.15.1 + vala_gir_parser_new@Base 0.15.1 + vala_gir_parser_parse@Base 0.15.1 + vala_gir_parser_parse_file@Base 0.15.1 + vala_gir_writer_construct@Base 0.15.1 + vala_gir_writer_get_class_comment@Base 0.15.1 + vala_gir_writer_get_constant_comment@Base 0.15.1 + vala_gir_writer_get_delegate_comment@Base 0.15.1 + vala_gir_writer_get_delegate_return_comment@Base 0.15.1 + vala_gir_writer_get_enum_comment@Base 0.15.1 + vala_gir_writer_get_enum_value_comment@Base 0.15.1 + vala_gir_writer_get_error_code_comment@Base 0.15.1 + vala_gir_writer_get_error_domain_comment@Base 0.15.1 + vala_gir_writer_get_field_comment@Base 0.15.1 + vala_gir_writer_get_interface_comment@Base 0.15.1 + vala_gir_writer_get_method_comment@Base 0.15.1 + vala_gir_writer_get_method_return_comment@Base 0.15.1 + vala_gir_writer_get_parameter_comment@Base 0.15.1 + vala_gir_writer_get_property_comment@Base 0.15.1 + vala_gir_writer_get_signal_comment@Base 0.15.1 + vala_gir_writer_get_signal_return_comment@Base 0.15.1 + vala_gir_writer_get_struct_comment@Base 0.15.1 + vala_gir_writer_get_type@Base 0.15.1 + vala_gir_writer_new@Base 0.15.1 + vala_gir_writer_write_file@Base 0.15.1 + vala_gir_writer_write_includes@Base 0.15.1 + vala_glib_value_append_array_length_cvalue@Base 0.15.1 + vala_glib_value_construct@Base 0.15.1 + vala_glib_value_copy@Base 0.15.1 + vala_glib_value_get_type@Base 0.15.1 + vala_glib_value_new@Base 0.15.1 + vala_gobject_module_construct@Base 0.15.1 + vala_gobject_module_get_type@Base 0.15.1 + vala_gobject_module_new@Base 0.15.1 + vala_gsignal_module_construct@Base 0.15.1 + vala_gsignal_module_get_type@Base 0.15.1 + vala_gsignal_module_new@Base 0.15.1 + vala_gtype_module_construct@Base 0.15.1 + vala_gtype_module_generate_class_init@Base 0.15.1 + vala_gtype_module_generate_virtual_method_declaration@Base 0.15.1 + vala_gtype_module_get_type@Base 0.15.1 + vala_gtype_module_new@Base 0.15.1 + vala_gvariant_module_construct@Base 0.15.1 + vala_gvariant_module_generate_enum_from_string_function@Base 0.15.1 + vala_gvariant_module_generate_enum_from_string_function_declaration@Base 0.15.1 + vala_gvariant_module_generate_enum_to_string_function@Base 0.15.1 + vala_gvariant_module_generate_enum_to_string_function_declaration@Base 0.15.1 + vala_gvariant_module_get_dbus_signature@Base 0.15.1 + vala_gvariant_module_get_type@Base 0.15.1 + vala_gvariant_module_get_type_signature@Base 0.15.1 + vala_gvariant_module_new@Base 0.15.1 + vala_gvariant_module_read_expression@Base 0.15.1 + vala_gvariant_module_write_expression@Base 0.15.1 + vala_hash_map_construct@Base 0.15.1 + vala_hash_map_get_type@Base 0.15.1 + vala_hash_map_new@Base 0.15.1 + vala_hash_map_set_key_equal_func@Base 0.15.1 + vala_hash_map_set_key_hash_func@Base 0.15.1 + vala_hash_map_set_value_equal_func@Base 0.15.1 + vala_hash_set_construct@Base 0.15.1 + vala_hash_set_get_type@Base 0.15.1 + vala_hash_set_new@Base 0.15.1 + vala_hash_set_set_equal_func@Base 0.15.1 + vala_hash_set_set_hash_func@Base 0.15.1 + vala_if_statement_construct@Base 0.15.1 + vala_if_statement_get_condition@Base 0.15.1 + vala_if_statement_get_false_statement@Base 0.15.1 + vala_if_statement_get_true_statement@Base 0.15.1 + vala_if_statement_get_type@Base 0.15.1 + vala_if_statement_new@Base 0.15.1 + vala_if_statement_set_condition@Base 0.15.1 + vala_if_statement_set_false_statement@Base 0.15.1 + vala_if_statement_set_true_statement@Base 0.15.1 + vala_initializer_list_append@Base 0.15.1 + vala_initializer_list_construct@Base 0.15.1 + vala_initializer_list_get_initializers@Base 0.15.1 + vala_initializer_list_get_size@Base 0.15.1 + vala_initializer_list_get_type@Base 0.15.1 + vala_initializer_list_new@Base 0.15.1 + vala_integer_literal_construct@Base 0.15.1 + vala_integer_literal_get_type@Base 0.15.1 + vala_integer_literal_get_type_suffix@Base 0.15.1 + vala_integer_literal_get_value@Base 0.15.1 + vala_integer_literal_new@Base 0.15.1 + vala_integer_literal_set_type_suffix@Base 0.15.1 + vala_integer_literal_set_value@Base 0.15.1 + vala_integer_type_construct@Base 0.15.1 + vala_integer_type_get_type@Base 0.15.1 + vala_integer_type_new@Base 0.15.1 + vala_interface_add_prerequisite@Base 0.15.1 + vala_interface_construct@Base 0.15.1 + vala_interface_get_classes@Base 0.15.1 + vala_interface_get_constants@Base 0.15.1 + vala_interface_get_delegates@Base 0.15.1 + vala_interface_get_enums@Base 0.15.1 + vala_interface_get_fields@Base 0.15.1 + vala_interface_get_prerequisites@Base 0.15.1 + vala_interface_get_structs@Base 0.15.1 + vala_interface_get_type@Base 0.15.1 + vala_interface_new@Base 0.15.1 + vala_interface_prepend_prerequisite@Base 0.15.1 + vala_interface_register_function_construct@Base 0.15.1 + vala_interface_register_function_get_interface_reference@Base 0.15.1 + vala_interface_register_function_get_type@Base 0.15.1 + vala_interface_register_function_new@Base 0.15.1 + vala_interface_register_function_set_interface_reference@Base 0.15.1 + vala_interface_type_construct@Base 0.15.1 + vala_interface_type_get_interface_symbol@Base 0.15.1 + vala_interface_type_get_type@Base 0.15.1 + vala_interface_type_new@Base 0.15.1 + vala_interface_type_set_interface_symbol@Base 0.15.1 + vala_invalid_type_construct@Base 0.15.1 + vala_invalid_type_get_type@Base 0.15.1 + vala_invalid_type_new@Base 0.15.1 + vala_iterable_construct@Base 0.15.1 + vala_iterable_get_element_type@Base 0.15.1 + vala_iterable_get_type@Base 0.15.1 + vala_iterable_iterator@Base 0.15.1 + vala_iterable_ref@Base 0.15.1 + vala_iterable_unref@Base 0.15.1 + vala_iterator_construct@Base 0.15.1 + vala_iterator_get@Base 0.15.1 + vala_iterator_get_type@Base 0.15.1 + vala_iterator_next@Base 0.15.1 + vala_iterator_ref@Base 0.15.1 + vala_iterator_unref@Base 0.15.1 + vala_lambda_expression_add_parameter@Base 0.15.1 + vala_lambda_expression_construct@Base 0.15.1 + vala_lambda_expression_construct_with_statement_body@Base 0.15.1 + vala_lambda_expression_get_expression_body@Base 0.15.1 + vala_lambda_expression_get_method@Base 0.15.1 + vala_lambda_expression_get_parameters@Base 0.15.1 + vala_lambda_expression_get_statement_body@Base 0.15.1 + vala_lambda_expression_get_type@Base 0.15.1 + vala_lambda_expression_new@Base 0.15.1 + vala_lambda_expression_new_with_statement_body@Base 0.15.1 + vala_lambda_expression_set_expression_body@Base 0.15.1 + vala_lambda_expression_set_method@Base 0.15.1 + vala_lambda_expression_set_statement_body@Base 0.15.1 + vala_list_construct@Base 0.15.1 + vala_list_get@Base 0.15.1 + vala_list_get_type@Base 0.15.1 + vala_list_index_of@Base 0.15.1 + vala_list_insert@Base 0.15.1 + vala_list_literal_add_expression@Base 0.15.1 + vala_list_literal_construct@Base 0.15.1 + vala_list_literal_get_element_type@Base 0.15.1 + vala_list_literal_get_expressions@Base 0.15.1 + vala_list_literal_get_type@Base 0.15.1 + vala_list_literal_new@Base 0.15.1 + vala_list_remove_at@Base 0.15.1 + vala_list_set@Base 0.15.1 + vala_literal_construct@Base 0.15.1 + vala_literal_get_type@Base 0.15.1 + vala_local_variable_construct@Base 0.15.1 + vala_local_variable_get_captured@Base 0.15.1 + vala_local_variable_get_floating@Base 0.15.1 + vala_local_variable_get_is_result@Base 0.15.1 + vala_local_variable_get_no_init@Base 0.15.1 + vala_local_variable_get_type@Base 0.15.1 + vala_local_variable_new@Base 0.15.1 + vala_local_variable_set_captured@Base 0.15.1 + vala_local_variable_set_floating@Base 0.15.1 + vala_local_variable_set_is_result@Base 0.15.1 + vala_local_variable_set_no_init@Base 0.15.1 + vala_lock_statement_construct@Base 0.15.1 + vala_lock_statement_get_body@Base 0.15.1 + vala_lock_statement_get_resource@Base 0.15.1 + vala_lock_statement_get_type@Base 0.15.1 + vala_lock_statement_new@Base 0.15.1 + vala_lock_statement_set_body@Base 0.15.1 + vala_lock_statement_set_resource@Base 0.15.1 + vala_lockable_get_lock_used@Base 0.15.1 + vala_lockable_get_type@Base 0.15.1 + vala_lockable_set_lock_used@Base 0.15.1 + vala_loop_construct@Base 0.15.1 + vala_loop_get_body@Base 0.15.1 + vala_loop_get_type@Base 0.15.1 + vala_loop_new@Base 0.15.1 + vala_loop_set_body@Base 0.15.1 + vala_map_clear@Base 0.15.1 + vala_map_construct@Base 0.15.1 + vala_map_contains@Base 0.15.1 + vala_map_get@Base 0.15.1 + vala_map_get_keys@Base 0.15.1 + vala_map_get_size@Base 0.15.1 + vala_map_get_type@Base 0.15.1 + vala_map_get_values@Base 0.15.1 + vala_map_iterator_construct@Base 0.15.1 + vala_map_iterator_get_key@Base 0.15.1 + vala_map_iterator_get_type@Base 0.15.1 + vala_map_iterator_get_value@Base 0.15.1 + vala_map_iterator_next@Base 0.15.1 + vala_map_iterator_ref@Base 0.15.1 + vala_map_iterator_unref@Base 0.15.1 + vala_map_literal_add_key@Base 0.15.1 + vala_map_literal_add_value@Base 0.15.1 + vala_map_literal_construct@Base 0.15.1 + vala_map_literal_get_keys@Base 0.15.1 + vala_map_literal_get_map_key_type@Base 0.15.1 + vala_map_literal_get_map_value_type@Base 0.15.1 + vala_map_literal_get_type@Base 0.15.1 + vala_map_literal_get_values@Base 0.15.1 + vala_map_literal_new@Base 0.15.1 + vala_map_map_iterator@Base 0.15.1 + vala_map_ref@Base 0.15.1 + vala_map_remove@Base 0.15.1 + vala_map_set@Base 0.15.1 + vala_map_unref@Base 0.15.1 + vala_markup_reader_construct@Base 0.15.1 + vala_markup_reader_get_attribute@Base 0.15.1 + vala_markup_reader_get_attributes@Base 0.15.1 + vala_markup_reader_get_content@Base 0.15.1 + vala_markup_reader_get_filename@Base 0.15.1 + vala_markup_reader_get_name@Base 0.15.1 + vala_markup_reader_get_type@Base 0.15.1 + vala_markup_reader_new@Base 0.15.1 + vala_markup_reader_read_token@Base 0.15.1 + vala_markup_token_type_get_type@Base 0.15.1 + vala_markup_token_type_to_string@Base 0.15.1 + vala_member_access_add_type_argument@Base 0.15.1 + vala_member_access_check_lvalue_access@Base 0.15.1 + vala_member_access_construct@Base 0.15.1 + vala_member_access_construct_pointer@Base 0.15.1 + vala_member_access_construct_simple@Base 0.15.1 + vala_member_access_get_creation_member@Base 0.15.1 + vala_member_access_get_inner@Base 0.15.1 + vala_member_access_get_member_name@Base 0.15.1 + vala_member_access_get_pointer_member_access@Base 0.15.1 + vala_member_access_get_prototype_access@Base 0.15.1 + vala_member_access_get_qualified@Base 0.15.1 + vala_member_access_get_type@Base 0.15.1 + vala_member_access_get_type_arguments@Base 0.15.1 + vala_member_access_new@Base 0.15.1 + vala_member_access_new_pointer@Base 0.15.1 + vala_member_access_new_simple@Base 0.15.1 + vala_member_access_set_creation_member@Base 0.15.1 + vala_member_access_set_inner@Base 0.15.1 + vala_member_access_set_member_name@Base 0.15.1 + vala_member_access_set_pointer_member_access@Base 0.15.1 + vala_member_access_set_prototype_access@Base 0.15.1 + vala_member_access_set_qualified@Base 0.15.1 + vala_member_binding_get_type@Base 0.15.1 + vala_member_initializer_construct@Base 0.15.1 + vala_member_initializer_get_initializer@Base 0.15.1 + vala_member_initializer_get_name@Base 0.15.1 + vala_member_initializer_get_symbol_reference@Base 0.15.1 + vala_member_initializer_get_type@Base 0.15.1 + vala_member_initializer_new@Base 0.15.1 + vala_member_initializer_set_initializer@Base 0.15.1 + vala_member_initializer_set_name@Base 0.15.1 + vala_member_initializer_set_symbol_reference@Base 0.15.1 + vala_method_add_captured_variable@Base 0.15.1 + vala_method_add_parameter@Base 0.15.1 + vala_method_add_postcondition@Base 0.15.1 + vala_method_add_precondition@Base 0.15.1 + vala_method_add_type_parameter@Base 0.15.1 + vala_method_call_add_argument@Base 0.15.1 + vala_method_call_construct@Base 0.15.1 + vala_method_call_get_argument_list@Base 0.15.1 + vala_method_call_get_call@Base 0.15.1 + vala_method_call_get_is_assert@Base 0.15.1 + vala_method_call_get_is_yield_expression@Base 0.15.1 + vala_method_call_get_type@Base 0.15.1 + vala_method_call_new@Base 0.15.1 + vala_method_call_set_call@Base 0.15.1 + vala_method_call_set_is_yield_expression@Base 0.15.1 + vala_method_clear_parameters@Base 0.15.1 + vala_method_compatible@Base 0.15.1 + vala_method_construct@Base 0.15.1 + vala_method_get_async_begin_parameters@Base 0.15.1 + vala_method_get_async_end_parameters@Base 0.15.1 + vala_method_get_base_interface_method@Base 0.15.1 + vala_method_get_base_method@Base 0.15.1 + vala_method_get_binding@Base 0.15.1 + vala_method_get_callback_method@Base 0.15.1 + vala_method_get_captured_variables@Base 0.15.1 + vala_method_get_closure@Base 0.15.1 + vala_method_get_coroutine@Base 0.15.1 + vala_method_get_entry_point@Base 0.15.1 + vala_method_get_has_construct_function@Base 0.15.1 + vala_method_get_is_abstract@Base 0.15.1 + vala_method_get_is_async_callback@Base 0.15.1 + vala_method_get_is_inline@Base 0.15.1 + vala_method_get_is_virtual@Base 0.15.1 + vala_method_get_overrides@Base 0.15.1 + vala_method_get_parameters@Base 0.15.1 + vala_method_get_postconditions@Base 0.15.1 + vala_method_get_preconditions@Base 0.15.1 + vala_method_get_printf_format@Base 0.15.1 + vala_method_get_required_arguments@Base 0.15.1 + vala_method_get_return_type@Base 0.15.1 + vala_method_get_returns_floating_reference@Base 0.15.1 + vala_method_get_returns_modified_pointer@Base 0.15.1 + vala_method_get_scanf_format@Base 0.15.1 + vala_method_get_signal_reference@Base 0.15.1 + vala_method_get_this_parameter@Base 0.15.1 + vala_method_get_type@Base 0.15.1 + vala_method_get_type_parameter_index@Base 0.15.1 + vala_method_get_type_parameters@Base 0.15.1 + vala_method_get_yield_count@Base 0.15.1 + vala_method_new@Base 0.15.1 + vala_method_set_binding@Base 0.15.1 + vala_method_set_closure@Base 0.15.1 + vala_method_set_coroutine@Base 0.15.1 + vala_method_set_has_construct_function@Base 0.15.1 + vala_method_set_is_abstract@Base 0.15.1 + vala_method_set_is_async_callback@Base 0.15.1 + vala_method_set_is_inline@Base 0.15.1 + vala_method_set_is_virtual@Base 0.15.1 + vala_method_set_overrides@Base 0.15.1 + vala_method_set_printf_format@Base 0.15.1 + vala_method_set_return_type@Base 0.15.1 + vala_method_set_returns_floating_reference@Base 0.15.1 + vala_method_set_returns_modified_pointer@Base 0.15.1 + vala_method_set_scanf_format@Base 0.15.1 + vala_method_set_signal_reference@Base 0.15.1 + vala_method_set_this_parameter@Base 0.15.1 + vala_method_set_yield_count@Base 0.15.1 + vala_method_type_construct@Base 0.15.1 + vala_method_type_get_method_symbol@Base 0.15.1 + vala_method_type_get_type@Base 0.15.1 + vala_method_type_new@Base 0.15.1 + vala_method_type_set_method_symbol@Base 0.15.1 + vala_method_type_to_prototype_string@Base 0.15.1 + vala_named_argument_construct@Base 0.15.1 + vala_named_argument_get_inner@Base 0.15.1 + vala_named_argument_get_name@Base 0.15.1 + vala_named_argument_get_type@Base 0.15.1 + vala_named_argument_new@Base 0.15.1 + vala_named_argument_set_inner@Base 0.15.1 + vala_named_argument_set_name@Base 0.15.1 + vala_namespace_add_comment@Base 0.15.1 + vala_namespace_add_using_directive@Base 0.15.1 + vala_namespace_construct@Base 0.15.1 + vala_namespace_get_classes@Base 0.15.1 + vala_namespace_get_comments@Base 0.15.1 + vala_namespace_get_constants@Base 0.15.1 + vala_namespace_get_delegates@Base 0.15.1 + vala_namespace_get_enums@Base 0.15.1 + vala_namespace_get_error_domains@Base 0.15.1 + vala_namespace_get_fields@Base 0.15.1 + vala_namespace_get_interfaces@Base 0.15.1 + vala_namespace_get_methods@Base 0.15.1 + vala_namespace_get_namespaces@Base 0.15.1 + vala_namespace_get_structs@Base 0.15.1 + vala_namespace_get_type@Base 0.15.1 + vala_namespace_new@Base 0.15.1 + vala_namespace_remove_struct@Base 0.15.1 + vala_null_literal_construct@Base 0.15.1 + vala_null_literal_get_type@Base 0.15.1 + vala_null_literal_new@Base 0.15.1 + vala_null_type_construct@Base 0.15.1 + vala_null_type_get_type@Base 0.15.1 + vala_null_type_new@Base 0.15.1 + vala_object_creation_expression_add_argument@Base 0.15.1 + vala_object_creation_expression_add_member_initializer@Base 0.15.1 + vala_object_creation_expression_construct@Base 0.15.1 + vala_object_creation_expression_get_argument_list@Base 0.15.1 + vala_object_creation_expression_get_member_name@Base 0.15.1 + vala_object_creation_expression_get_object_initializer@Base 0.15.1 + vala_object_creation_expression_get_struct_creation@Base 0.15.1 + vala_object_creation_expression_get_type@Base 0.15.1 + vala_object_creation_expression_get_type_reference@Base 0.15.1 + vala_object_creation_expression_new@Base 0.15.1 + vala_object_creation_expression_set_member_name@Base 0.15.1 + vala_object_creation_expression_set_struct_creation@Base 0.15.1 + vala_object_creation_expression_set_type_reference@Base 0.15.1 + vala_object_type_construct@Base 0.15.1 + vala_object_type_get_type@Base 0.15.1 + vala_object_type_get_type_symbol@Base 0.15.1 + vala_object_type_new@Base 0.15.1 + vala_object_type_set_type_symbol@Base 0.15.1 + vala_object_type_symbol_add_hidden_method@Base 0.15.1 + vala_object_type_symbol_add_type_parameter@Base 0.15.1 + vala_object_type_symbol_construct@Base 0.15.1 + vala_object_type_symbol_get_methods@Base 0.15.1 + vala_object_type_symbol_get_properties@Base 0.15.1 + vala_object_type_symbol_get_signals@Base 0.15.1 + vala_object_type_symbol_get_this_type@Base 0.15.1 + vala_object_type_symbol_get_type@Base 0.15.1 + vala_object_type_symbol_get_type_parameters@Base 0.15.1 + vala_param_spec_attribute_cache@Base 0.15.1 + vala_param_spec_basic_block@Base 0.15.1 + vala_param_spec_ccode_compiler@Base 0.15.1 + vala_param_spec_ccode_file@Base 0.15.1 + vala_param_spec_ccode_node@Base 0.15.1 + vala_param_spec_ccode_writer@Base 0.15.1 + vala_param_spec_code_context@Base 0.15.1 + vala_param_spec_code_node@Base 0.15.1 + vala_param_spec_code_visitor@Base 0.15.1 + vala_param_spec_comment@Base 0.15.1 + vala_param_spec_iterable@Base 0.15.1 + vala_param_spec_iterator@Base 0.15.1 + vala_param_spec_map@Base 0.15.1 + vala_param_spec_map_iterator@Base 0.15.1 + vala_param_spec_phi_function@Base 0.15.1 + vala_param_spec_scanner@Base 0.15.1 + vala_param_spec_scope@Base 0.15.1 + vala_param_spec_source_file@Base 0.15.1 + vala_param_spec_source_reference@Base 0.15.1 + vala_param_spec_target_value@Base 0.15.1 + vala_param_spec_typeregister_function@Base 0.15.1 + vala_parameter_construct@Base 0.15.1 + vala_parameter_construct_with_ellipsis@Base 0.15.1 + vala_parameter_copy@Base 0.15.1 + vala_parameter_direction_get_type@Base 0.15.1 + vala_parameter_get_captured@Base 0.15.1 + vala_parameter_get_direction@Base 0.15.1 + vala_parameter_get_ellipsis@Base 0.15.1 + vala_parameter_get_params_array@Base 0.15.1 + vala_parameter_get_type@Base 0.15.1 + vala_parameter_new@Base 0.15.1 + vala_parameter_new_with_ellipsis@Base 0.15.1 + vala_parameter_set_captured@Base 0.15.1 + vala_parameter_set_direction@Base 0.15.1 + vala_parameter_set_ellipsis@Base 0.15.1 + vala_parameter_set_params_array@Base 0.15.1 + vala_parse_error_quark@Base 0.15.1 + vala_parser_construct@Base 0.15.1 + vala_parser_get_type@Base 0.15.1 + vala_parser_new@Base 0.15.1 + vala_parser_parse@Base 0.15.1 + vala_parser_parse_file@Base 0.15.1 + vala_phi_function_construct@Base 0.15.1 + vala_phi_function_get_operands@Base 0.15.1 + vala_phi_function_get_original_variable@Base 0.15.1 + vala_phi_function_get_type@Base 0.15.1 + vala_phi_function_new@Base 0.15.1 + vala_phi_function_ref@Base 0.15.1 + vala_phi_function_unref@Base 0.15.1 + vala_pointer_indirection_construct@Base 0.15.1 + vala_pointer_indirection_get_inner@Base 0.15.1 + vala_pointer_indirection_get_type@Base 0.15.1 + vala_pointer_indirection_new@Base 0.15.1 + vala_pointer_indirection_set_inner@Base 0.15.1 + vala_pointer_type_construct@Base 0.15.1 + vala_pointer_type_get_base_type@Base 0.15.1 + vala_pointer_type_get_type@Base 0.15.1 + vala_pointer_type_new@Base 0.15.1 + vala_pointer_type_set_base_type@Base 0.15.1 + vala_postfix_expression_construct@Base 0.15.1 + vala_postfix_expression_get_increment@Base 0.15.1 + vala_postfix_expression_get_inner@Base 0.15.1 + vala_postfix_expression_get_type@Base 0.15.1 + vala_postfix_expression_new@Base 0.15.1 + vala_postfix_expression_set_increment@Base 0.15.1 + vala_postfix_expression_set_inner@Base 0.15.1 + vala_profile_get_type@Base 0.15.1 + vala_property_accessor_construct@Base 0.15.1 + vala_property_accessor_get_automatic_body@Base 0.15.1 + vala_property_accessor_get_construction@Base 0.15.1 + vala_property_accessor_get_prop@Base 0.15.1 + vala_property_accessor_get_readable@Base 0.15.1 + vala_property_accessor_get_type@Base 0.15.1 + vala_property_accessor_get_value_parameter@Base 0.15.1 + vala_property_accessor_get_value_type@Base 0.15.1 + vala_property_accessor_get_writable@Base 0.15.1 + vala_property_accessor_new@Base 0.15.1 + vala_property_accessor_set_automatic_body@Base 0.15.1 + vala_property_accessor_set_construction@Base 0.15.1 + vala_property_accessor_set_readable@Base 0.15.1 + vala_property_accessor_set_value_parameter@Base 0.15.1 + vala_property_accessor_set_value_type@Base 0.15.1 + vala_property_accessor_set_writable@Base 0.15.1 + vala_property_compatible@Base 0.15.1 + vala_property_construct@Base 0.15.1 + vala_property_get_base_interface_property@Base 0.15.1 + vala_property_get_base_property@Base 0.15.1 + vala_property_get_binding@Base 0.15.1 + vala_property_get_field@Base 0.15.1 + vala_property_get_get_accessor@Base 0.15.1 + vala_property_get_initializer@Base 0.15.1 + vala_property_get_interface_only@Base 0.15.1 + vala_property_get_is_abstract@Base 0.15.1 + vala_property_get_is_virtual@Base 0.15.1 + vala_property_get_overrides@Base 0.15.1 + vala_property_get_property_type@Base 0.15.1 + vala_property_get_set_accessor@Base 0.15.1 + vala_property_get_this_parameter@Base 0.15.1 + vala_property_get_type@Base 0.15.1 + vala_property_new@Base 0.15.1 + vala_property_set_binding@Base 0.15.1 + vala_property_set_field@Base 0.15.1 + vala_property_set_get_accessor@Base 0.15.1 + vala_property_set_initializer@Base 0.15.1 + vala_property_set_interface_only@Base 0.15.1 + vala_property_set_is_abstract@Base 0.15.1 + vala_property_set_is_virtual@Base 0.15.1 + vala_property_set_overrides@Base 0.15.1 + vala_property_set_property_type@Base 0.15.1 + vala_property_set_set_accessor@Base 0.15.1 + vala_property_set_this_parameter@Base 0.15.1 + vala_real_literal_construct@Base 0.15.1 + vala_real_literal_get_type@Base 0.15.1 + vala_real_literal_get_type_name@Base 0.15.1 + vala_real_literal_get_value@Base 0.15.1 + vala_real_literal_new@Base 0.15.1 + vala_real_literal_set_value@Base 0.15.1 + vala_reference_transfer_expression_construct@Base 0.15.1 + vala_reference_transfer_expression_get_inner@Base 0.15.1 + vala_reference_transfer_expression_get_type@Base 0.15.1 + vala_reference_transfer_expression_new@Base 0.15.1 + vala_reference_transfer_expression_set_inner@Base 0.15.1 + vala_reference_type_construct@Base 0.15.1 + vala_reference_type_get_type@Base 0.15.1 + vala_regex_literal_construct@Base 0.15.1 + vala_regex_literal_get_type@Base 0.15.1 + vala_regex_literal_get_value@Base 0.15.1 + vala_regex_literal_new@Base 0.15.1 + vala_regex_literal_set_value@Base 0.15.1 + vala_report_construct@Base 0.15.1 + vala_report_depr@Base 0.15.1 + vala_report_deprecated@Base 0.15.1 + vala_report_err@Base 0.15.1 + vala_report_error@Base 0.15.1 + vala_report_experimental@Base 0.15.1 + vala_report_get_enable_warnings@Base 0.15.1 + vala_report_get_errors@Base 0.15.1 + vala_report_get_type@Base 0.15.1 + vala_report_get_warnings@Base 0.15.1 + vala_report_new@Base 0.15.1 + vala_report_note@Base 0.15.1 + vala_report_notice@Base 0.15.1 + vala_report_set_enable_warnings@Base 0.15.1 + vala_report_set_verbose_errors@Base 0.15.1 + vala_report_warn@Base 0.15.1 + vala_report_warning@Base 0.15.1 + vala_return_statement_construct@Base 0.15.1 + vala_return_statement_get_return_expression@Base 0.15.1 + vala_return_statement_get_type@Base 0.15.1 + vala_return_statement_new@Base 0.15.1 + vala_return_statement_set_return_expression@Base 0.15.1 + vala_scanner_construct@Base 0.15.1 + vala_scanner_get_identifier_or_keyword@Base 0.15.1 + vala_scanner_get_source_file@Base 0.15.1 + vala_scanner_get_type@Base 0.15.1 + vala_scanner_new@Base 0.15.1 + vala_scanner_parse_file_comments@Base 0.15.1 + vala_scanner_pop_comment@Base 0.15.1 + vala_scanner_read_regex_token@Base 0.15.1 + vala_scanner_read_template_token@Base 0.15.1 + vala_scanner_read_token@Base 0.15.1 + vala_scanner_ref@Base 0.15.1 + vala_scanner_seek@Base 0.15.1 + vala_scanner_unref@Base 0.15.1 + vala_scope_add@Base 0.15.1 + vala_scope_construct@Base 0.15.1 + vala_scope_get_owner@Base 0.15.1 + vala_scope_get_parent_scope@Base 0.15.1 + vala_scope_get_symbol_table@Base 0.15.1 + vala_scope_get_type@Base 0.15.1 + vala_scope_is_subscope_of@Base 0.15.1 + vala_scope_lookup@Base 0.15.1 + vala_scope_new@Base 0.15.1 + vala_scope_ref@Base 0.15.1 + vala_scope_remove@Base 0.15.1 + vala_scope_set_owner@Base 0.15.1 + vala_scope_set_parent_scope@Base 0.15.1 + vala_scope_unref@Base 0.15.1 + vala_semantic_analyzer_analyze@Base 0.15.1 + vala_semantic_analyzer_check_arguments@Base 0.15.1 + vala_semantic_analyzer_construct@Base 0.15.1 + vala_semantic_analyzer_find_current_method@Base 0.15.1 + vala_semantic_analyzer_find_parent_method@Base 0.15.1 + vala_semantic_analyzer_find_parent_method_or_property_accessor@Base 0.15.1 + vala_semantic_analyzer_get_actual_type@Base 0.15.1 + vala_semantic_analyzer_get_arithmetic_result_type@Base 0.15.1 + vala_semantic_analyzer_get_context@Base 0.15.1 + vala_semantic_analyzer_get_current_async_method@Base 0.15.1 + vala_semantic_analyzer_get_current_class@Base 0.15.1 + vala_semantic_analyzer_get_current_method@Base 0.15.1 + vala_semantic_analyzer_get_current_method_or_property_accessor@Base 0.15.1 + vala_semantic_analyzer_get_current_property_accessor@Base 0.15.1 + vala_semantic_analyzer_get_current_return_type@Base 0.15.1 + vala_semantic_analyzer_get_current_source_file@Base 0.15.1 + vala_semantic_analyzer_get_current_struct@Base 0.15.1 + vala_semantic_analyzer_get_current_symbol@Base 0.15.1 + vala_semantic_analyzer_get_current_type_symbol@Base 0.15.1 + vala_semantic_analyzer_get_data_type_for_symbol@Base 0.15.1 + vala_semantic_analyzer_get_type@Base 0.15.1 + vala_semantic_analyzer_get_value_type_for_symbol@Base 0.15.1 + vala_semantic_analyzer_is_in_constructor@Base 0.15.1 + vala_semantic_analyzer_is_in_destructor@Base 0.15.1 + vala_semantic_analyzer_is_in_instance_method@Base 0.15.1 + vala_semantic_analyzer_is_type_accessible@Base 0.15.1 + vala_semantic_analyzer_new@Base 0.15.1 + vala_semantic_analyzer_set_context@Base 0.15.1 + vala_semantic_analyzer_set_current_source_file@Base 0.15.1 + vala_semantic_analyzer_set_current_symbol@Base 0.15.1 + vala_semantic_analyzer_symbol_lookup_inherited@Base 0.15.1 + vala_semantic_analyzer_visit_member_initializer@Base 0.15.1 + vala_set_construct@Base 0.15.1 + vala_set_get_type@Base 0.15.1 + vala_set_literal_add_expression@Base 0.15.1 + vala_set_literal_construct@Base 0.15.1 + vala_set_literal_get_element_type@Base 0.15.1 + vala_set_literal_get_expressions@Base 0.15.1 + vala_set_literal_get_type@Base 0.15.1 + vala_set_literal_new@Base 0.15.1 + vala_signal_add_parameter@Base 0.15.1 + vala_signal_construct@Base 0.15.1 + vala_signal_get_body@Base 0.15.1 + vala_signal_get_default_handler@Base 0.15.1 + vala_signal_get_delegate@Base 0.15.1 + vala_signal_get_is_virtual@Base 0.15.1 + vala_signal_get_parameters@Base 0.15.1 + vala_signal_get_return_type@Base 0.15.1 + vala_signal_get_type@Base 0.15.1 + vala_signal_new@Base 0.15.1 + vala_signal_set_body@Base 0.15.1 + vala_signal_set_is_virtual@Base 0.15.1 + vala_signal_set_return_type@Base 0.15.1 + vala_signal_type_construct@Base 0.15.1 + vala_signal_type_get_signal_symbol@Base 0.15.1 + vala_signal_type_get_type@Base 0.15.1 + vala_signal_type_new@Base 0.15.1 + vala_signal_type_set_signal_symbol@Base 0.15.1 + vala_sizeof_expression_construct@Base 0.15.1 + vala_sizeof_expression_get_type@Base 0.15.1 + vala_sizeof_expression_get_type_reference@Base 0.15.1 + vala_sizeof_expression_new@Base 0.15.1 + vala_sizeof_expression_set_type_reference@Base 0.15.1 + vala_slice_expression_construct@Base 0.15.1 + vala_slice_expression_get_container@Base 0.15.1 + vala_slice_expression_get_start@Base 0.15.1 + vala_slice_expression_get_stop@Base 0.15.1 + vala_slice_expression_get_type@Base 0.15.1 + vala_slice_expression_new@Base 0.15.1 + vala_slice_expression_set_container@Base 0.15.1 + vala_source_file_accept@Base 0.15.1 + vala_source_file_accept_children@Base 0.15.1 + vala_source_file_add_comment@Base 0.15.1 + vala_source_file_add_node@Base 0.15.1 + vala_source_file_add_using_directive@Base 0.15.1 + vala_source_file_check@Base 0.15.1 + vala_source_file_construct@Base 0.15.1 + vala_source_file_get_cinclude_filename@Base 0.15.1 + vala_source_file_get_comments@Base 0.15.1 + vala_source_file_get_content@Base 0.15.1 + vala_source_file_get_context@Base 0.15.1 + vala_source_file_get_csource_filename@Base 0.15.1 + vala_source_file_get_current_using_directives@Base 0.15.1 + vala_source_file_get_file_type@Base 0.15.1 + vala_source_file_get_filename@Base 0.15.1 + vala_source_file_get_from_commandline@Base 0.15.1 + vala_source_file_get_gir_namespace@Base 0.15.1 + vala_source_file_get_gir_version@Base 0.15.1 + vala_source_file_get_mapped_contents@Base 0.15.1 + vala_source_file_get_mapped_length@Base 0.15.1 + vala_source_file_get_nodes@Base 0.15.1 + vala_source_file_get_relative_filename@Base 0.15.1 + vala_source_file_get_source_line@Base 0.15.1 + vala_source_file_get_type@Base 0.15.1 + vala_source_file_get_used@Base 0.15.1 + vala_source_file_new@Base 0.15.1 + vala_source_file_ref@Base 0.15.1 + vala_source_file_remove_node@Base 0.15.1 + vala_source_file_set_content@Base 0.15.1 + vala_source_file_set_context@Base 0.15.1 + vala_source_file_set_current_using_directives@Base 0.15.1 + vala_source_file_set_file_type@Base 0.15.1 + vala_source_file_set_filename@Base 0.15.1 + vala_source_file_set_from_commandline@Base 0.15.1 + vala_source_file_set_gir_namespace@Base 0.15.1 + vala_source_file_set_gir_version@Base 0.15.1 + vala_source_file_set_relative_filename@Base 0.15.1 + vala_source_file_set_used@Base 0.15.1 + vala_source_file_type_get_type@Base 0.15.1 + vala_source_file_unref@Base 0.15.1 + vala_source_location_dup@Base 0.15.1 + vala_source_location_free@Base 0.15.1 + vala_source_location_get_type@Base 0.15.1 + vala_source_location_init@Base 0.15.1 + vala_source_reference_construct@Base 0.15.1 + vala_source_reference_get_file@Base 0.15.1 + vala_source_reference_get_first_column@Base 0.15.1 + vala_source_reference_get_first_line@Base 0.15.1 + vala_source_reference_get_last_column@Base 0.15.1 + vala_source_reference_get_last_line@Base 0.15.1 + vala_source_reference_get_type@Base 0.15.1 + vala_source_reference_get_using_directives@Base 0.15.1 + vala_source_reference_new@Base 0.15.1 + vala_source_reference_ref@Base 0.15.1 + vala_source_reference_set_file@Base 0.15.1 + vala_source_reference_set_first_column@Base 0.15.1 + vala_source_reference_set_first_line@Base 0.15.1 + vala_source_reference_set_last_column@Base 0.15.1 + vala_source_reference_set_last_line@Base 0.15.1 + vala_source_reference_to_string@Base 0.15.1 + vala_source_reference_unref@Base 0.15.1 + vala_statement_get_type@Base 0.15.1 + vala_statement_list_add@Base 0.15.1 + vala_statement_list_construct@Base 0.15.1 + vala_statement_list_get@Base 0.15.1 + vala_statement_list_get_length@Base 0.15.1 + vala_statement_list_get_type@Base 0.15.1 + vala_statement_list_insert@Base 0.15.1 + vala_statement_list_new@Base 0.15.1 + vala_statement_list_set@Base 0.15.1 + vala_string_literal_construct@Base 0.15.1 + vala_string_literal_eval@Base 0.15.1 + vala_string_literal_get_translate@Base 0.15.1 + vala_string_literal_get_type@Base 0.15.1 + vala_string_literal_get_value@Base 0.15.1 + vala_string_literal_new@Base 0.15.1 + vala_string_literal_set_translate@Base 0.15.1 + vala_string_literal_set_value@Base 0.15.1 + vala_struct_add_type_parameter@Base 0.15.1 + vala_struct_construct@Base 0.15.1 + vala_struct_get_base_struct@Base 0.15.1 + vala_struct_get_base_type@Base 0.15.1 + vala_struct_get_constants@Base 0.15.1 + vala_struct_get_default_construction_method@Base 0.15.1 + vala_struct_get_fields@Base 0.15.1 + vala_struct_get_is_immutable@Base 0.15.1 + vala_struct_get_methods@Base 0.15.1 + vala_struct_get_properties@Base 0.15.1 + vala_struct_get_rank@Base 0.15.1 + vala_struct_get_signed@Base 0.15.1 + vala_struct_get_type@Base 0.15.1 + vala_struct_get_type_parameters@Base 0.15.1 + vala_struct_get_width@Base 0.15.1 + vala_struct_is_boolean_type@Base 0.15.1 + vala_struct_is_decimal_floating_type@Base 0.15.1 + vala_struct_is_disposable@Base 0.15.1 + vala_struct_is_floating_type@Base 0.15.1 + vala_struct_is_integer_type@Base 0.15.1 + vala_struct_is_simple_type@Base 0.15.1 + vala_struct_new@Base 0.15.1 + vala_struct_register_function_construct@Base 0.15.1 + vala_struct_register_function_get_struct_reference@Base 0.15.1 + vala_struct_register_function_get_type@Base 0.15.1 + vala_struct_register_function_new@Base 0.15.1 + vala_struct_register_function_set_struct_reference@Base 0.15.1 + vala_struct_set_base_type@Base 0.15.1 + vala_struct_set_default_construction_method@Base 0.15.1 + vala_struct_set_is_immutable@Base 0.15.1 + vala_struct_set_rank@Base 0.15.1 + vala_struct_set_signed@Base 0.15.1 + vala_struct_set_simple_type@Base 0.15.1 + vala_struct_set_width@Base 0.15.1 + vala_struct_value_type_construct@Base 0.15.1 + vala_struct_value_type_get_type@Base 0.15.1 + vala_struct_value_type_new@Base 0.15.1 + vala_subroutine_construct@Base 0.15.1 + vala_subroutine_get_body@Base 0.15.1 + vala_subroutine_get_entry_block@Base 0.15.1 + vala_subroutine_get_exit_block@Base 0.15.1 + vala_subroutine_get_has_result@Base 0.15.1 + vala_subroutine_get_result_var@Base 0.15.1 + vala_subroutine_get_return_block@Base 0.15.1 + vala_subroutine_get_type@Base 0.15.1 + vala_subroutine_set_body@Base 0.15.1 + vala_subroutine_set_entry_block@Base 0.15.1 + vala_subroutine_set_exit_block@Base 0.15.1 + vala_subroutine_set_result_var@Base 0.15.1 + vala_subroutine_set_return_block@Base 0.15.1 + vala_switch_label_construct@Base 0.15.1 + vala_switch_label_construct_with_default@Base 0.15.1 + vala_switch_label_get_expression@Base 0.15.1 + vala_switch_label_get_section@Base 0.15.1 + vala_switch_label_get_type@Base 0.15.1 + vala_switch_label_new@Base 0.15.1 + vala_switch_label_new_with_default@Base 0.15.1 + vala_switch_label_set_expression@Base 0.15.1 + vala_switch_label_set_section@Base 0.15.1 + vala_switch_section_add_label@Base 0.15.1 + vala_switch_section_construct@Base 0.15.1 + vala_switch_section_get_labels@Base 0.15.1 + vala_switch_section_get_type@Base 0.15.1 + vala_switch_section_has_default_label@Base 0.15.1 + vala_switch_section_new@Base 0.15.1 + vala_switch_statement_add_section@Base 0.15.1 + vala_switch_statement_construct@Base 0.15.1 + vala_switch_statement_get_expression@Base 0.15.1 + vala_switch_statement_get_sections@Base 0.15.1 + vala_switch_statement_get_type@Base 0.15.1 + vala_switch_statement_new@Base 0.15.1 + vala_switch_statement_set_expression@Base 0.15.1 + vala_symbol_accessibility_get_type@Base 0.15.1 + vala_symbol_add_class@Base 0.15.1 + vala_symbol_add_constant@Base 0.15.1 + vala_symbol_add_constructor@Base 0.15.1 + vala_symbol_add_delegate@Base 0.15.1 + vala_symbol_add_destructor@Base 0.15.1 + vala_symbol_add_enum@Base 0.15.1 + vala_symbol_add_error_domain@Base 0.15.1 + vala_symbol_add_field@Base 0.15.1 + vala_symbol_add_interface@Base 0.15.1 + vala_symbol_add_method@Base 0.15.1 + vala_symbol_add_namespace@Base 0.15.1 + vala_symbol_add_property@Base 0.15.1 + vala_symbol_add_signal@Base 0.15.1 + vala_symbol_add_struct@Base 0.15.1 + vala_symbol_camel_case_to_lower_case@Base 0.15.1 + vala_symbol_check_deprecated@Base 0.15.1 + vala_symbol_check_experimental@Base 0.15.1 + vala_symbol_construct@Base 0.15.1 + vala_symbol_get_access@Base 0.15.1 + vala_symbol_get_active@Base 0.15.1 + vala_symbol_get_comment@Base 0.15.1 + vala_symbol_get_deprecated@Base 0.15.1 + vala_symbol_get_deprecated_since@Base 0.15.1 + vala_symbol_get_experimental@Base 0.15.1 + vala_symbol_get_external@Base 0.15.1 + vala_symbol_get_external_package@Base 0.15.1 + vala_symbol_get_from_commandline@Base 0.15.1 + vala_symbol_get_full_name@Base 0.15.1 + vala_symbol_get_hidden_member@Base 0.15.1 + vala_symbol_get_hides@Base 0.15.1 + vala_symbol_get_name@Base 0.15.1 + vala_symbol_get_owner@Base 0.15.1 + vala_symbol_get_parent_symbol@Base 0.15.1 + vala_symbol_get_replacement@Base 0.15.1 + vala_symbol_get_scope@Base 0.15.1 + vala_symbol_get_source_type@Base 0.15.1 + vala_symbol_get_top_accessible_scope@Base 0.15.1 + vala_symbol_get_type@Base 0.15.1 + vala_symbol_get_used@Base 0.15.1 + vala_symbol_is_accessible@Base 0.15.1 + vala_symbol_is_class_member@Base 0.15.1 + vala_symbol_is_instance_member@Base 0.15.1 + vala_symbol_is_internal_symbol@Base 0.15.1 + vala_symbol_is_private_symbol@Base 0.15.1 + vala_symbol_lower_case_to_camel_case@Base 0.15.1 + vala_symbol_resolver_construct@Base 0.15.1 + vala_symbol_resolver_get_type@Base 0.15.1 + vala_symbol_resolver_new@Base 0.15.1 + vala_symbol_resolver_resolve@Base 0.15.1 + vala_symbol_set_access@Base 0.15.1 + vala_symbol_set_active@Base 0.15.1 + vala_symbol_set_comment@Base 0.15.1 + vala_symbol_set_deprecated@Base 0.15.1 + vala_symbol_set_deprecated_since@Base 0.15.1 + vala_symbol_set_experimental@Base 0.15.1 + vala_symbol_set_external@Base 0.15.1 + vala_symbol_set_hides@Base 0.15.1 + vala_symbol_set_name@Base 0.15.1 + vala_symbol_set_owner@Base 0.15.1 + vala_symbol_set_replacement@Base 0.15.1 + vala_symbol_set_used@Base 0.15.1 + vala_target_value_construct@Base 0.15.1 + vala_target_value_get_actual_value_type@Base 0.15.1 + vala_target_value_get_type@Base 0.15.1 + vala_target_value_get_value_type@Base 0.15.1 + vala_target_value_ref@Base 0.15.1 + vala_target_value_set_actual_value_type@Base 0.15.1 + vala_target_value_set_value_type@Base 0.15.1 + vala_target_value_unref@Base 0.15.1 + vala_template_add_expression@Base 0.15.1 + vala_template_construct@Base 0.15.1 + vala_template_get_expressions@Base 0.15.1 + vala_template_get_type@Base 0.15.1 + vala_template_new@Base 0.15.1 + vala_throw_statement_construct@Base 0.15.1 + vala_throw_statement_get_error_expression@Base 0.15.1 + vala_throw_statement_get_type@Base 0.15.1 + vala_throw_statement_new@Base 0.15.1 + vala_throw_statement_set_error_expression@Base 0.15.1 + vala_token_type_get_type@Base 0.15.1 + vala_token_type_to_string@Base 0.15.1 + vala_try_statement_add_catch_clause@Base 0.15.1 + vala_try_statement_construct@Base 0.15.1 + vala_try_statement_get_after_try_block_reachable@Base 0.15.1 + vala_try_statement_get_body@Base 0.15.1 + vala_try_statement_get_catch_clauses@Base 0.15.1 + vala_try_statement_get_finally_body@Base 0.15.1 + vala_try_statement_get_type@Base 0.15.1 + vala_try_statement_new@Base 0.15.1 + vala_try_statement_set_after_try_block_reachable@Base 0.15.1 + vala_try_statement_set_body@Base 0.15.1 + vala_try_statement_set_finally_body@Base 0.15.1 + vala_tuple_add_expression@Base 0.15.1 + vala_tuple_construct@Base 0.15.1 + vala_tuple_get_expressions@Base 0.15.1 + vala_tuple_get_type@Base 0.15.1 + vala_tuple_new@Base 0.15.1 + vala_typecheck_construct@Base 0.15.1 + vala_typecheck_get_expression@Base 0.15.1 + vala_typecheck_get_type@Base 0.15.1 + vala_typecheck_get_type_reference@Base 0.15.1 + vala_typecheck_new@Base 0.15.1 + vala_typecheck_set_expression@Base 0.15.1 + vala_typecheck_set_type_reference@Base 0.15.1 + vala_typeof_expression_construct@Base 0.15.1 + vala_typeof_expression_get_type@Base 0.15.1 + vala_typeof_expression_get_type_reference@Base 0.15.1 + vala_typeof_expression_new@Base 0.15.1 + vala_typeof_expression_set_type_reference@Base 0.15.1 + vala_typeparameter_construct@Base 0.15.1 + vala_typeparameter_equals@Base 0.15.1 + vala_typeparameter_get_type@Base 0.15.1 + vala_typeparameter_new@Base 0.15.1 + vala_typeregister_function_construct@Base 0.15.1 + vala_typeregister_function_get_accessibility@Base 0.15.1 + vala_typeregister_function_get_base_finalize_func_name@Base 0.15.1 + vala_typeregister_function_get_base_init_func_name@Base 0.15.1 + vala_typeregister_function_get_class_finalize_func_name@Base 0.15.1 + vala_typeregister_function_get_class_init_func_name@Base 0.15.1 + vala_typeregister_function_get_context@Base 0.15.1 + vala_typeregister_function_get_declaration@Base 0.15.1 + vala_typeregister_function_get_definition@Base 0.15.1 + vala_typeregister_function_get_gtype_value_table_collect_value_function_name@Base 0.15.1 + vala_typeregister_function_get_gtype_value_table_copy_function_name@Base 0.15.1 + vala_typeregister_function_get_gtype_value_table_free_function_name@Base 0.15.1 + vala_typeregister_function_get_gtype_value_table_init_function_name@Base 0.15.1 + vala_typeregister_function_get_gtype_value_table_lcopy_value_function_name@Base 0.15.1 + vala_typeregister_function_get_gtype_value_table_peek_pointer_function_name@Base 0.15.1 + vala_typeregister_function_get_instance_init_func_name@Base 0.15.1 + vala_typeregister_function_get_instance_struct_size@Base 0.15.1 + vala_typeregister_function_get_parent_type_name@Base 0.15.1 + vala_typeregister_function_get_source_declaration@Base 0.15.1 + vala_typeregister_function_get_type@Base 0.15.1 + vala_typeregister_function_get_type_declaration@Base 0.15.1 + vala_typeregister_function_get_type_flags@Base 0.15.1 + vala_typeregister_function_get_type_interface_init_declaration@Base 0.15.1 + vala_typeregister_function_get_type_interface_init_statements@Base 0.15.1 + vala_typeregister_function_get_type_struct_name@Base 0.15.1 + vala_typeregister_function_init_from_type@Base 0.15.1 + vala_typeregister_function_ref@Base 0.15.1 + vala_typeregister_function_set_context@Base 0.15.1 + vala_typeregister_function_unref@Base 0.15.1 + vala_typesymbol_construct@Base 0.15.1 + vala_typesymbol_get_type@Base 0.15.1 + vala_typesymbol_get_type_parameter_index@Base 0.15.1 + vala_typesymbol_is_reference_type@Base 0.15.1 + vala_typesymbol_is_subtype_of@Base 0.15.1 + vala_unary_expression_construct@Base 0.15.1 + vala_unary_expression_get_inner@Base 0.15.1 + vala_unary_expression_get_operator@Base 0.15.1 + vala_unary_expression_get_type@Base 0.15.1 + vala_unary_expression_new@Base 0.15.1 + vala_unary_expression_set_inner@Base 0.15.1 + vala_unary_expression_set_operator@Base 0.15.1 + vala_unary_operator_get_type@Base 0.15.1 + vala_unlock_statement_construct@Base 0.15.1 + vala_unlock_statement_get_resource@Base 0.15.1 + vala_unlock_statement_get_type@Base 0.15.1 + vala_unlock_statement_new@Base 0.15.1 + vala_unlock_statement_set_resource@Base 0.15.1 + vala_unresolved_symbol_construct@Base 0.15.1 + vala_unresolved_symbol_copy@Base 0.15.1 + vala_unresolved_symbol_get_inner@Base 0.15.1 + vala_unresolved_symbol_get_qualified@Base 0.15.1 + vala_unresolved_symbol_get_type@Base 0.15.1 + vala_unresolved_symbol_new@Base 0.15.1 + vala_unresolved_symbol_new_from_expression@Base 0.15.1 + vala_unresolved_symbol_set_inner@Base 0.15.1 + vala_unresolved_symbol_set_qualified@Base 0.15.1 + vala_unresolved_type_construct@Base 0.15.1 + vala_unresolved_type_construct_from_symbol@Base 0.15.1 + vala_unresolved_type_get_type@Base 0.15.1 + vala_unresolved_type_get_unresolved_symbol@Base 0.15.1 + vala_unresolved_type_new@Base 0.15.1 + vala_unresolved_type_new_from_expression@Base 0.15.1 + vala_unresolved_type_new_from_symbol@Base 0.15.1 + vala_unresolved_type_set_unresolved_symbol@Base 0.15.1 + vala_using_directive_construct@Base 0.15.1 + vala_using_directive_get_namespace_symbol@Base 0.15.1 + vala_using_directive_get_type@Base 0.15.1 + vala_using_directive_new@Base 0.15.1 + vala_using_directive_set_namespace_symbol@Base 0.15.1 + vala_value_get_attribute_cache@Base 0.15.1 + vala_value_get_basic_block@Base 0.15.1 + vala_value_get_ccode_compiler@Base 0.15.1 + vala_value_get_ccode_file@Base 0.15.1 + vala_value_get_ccode_node@Base 0.15.1 + vala_value_get_ccode_writer@Base 0.15.1 + vala_value_get_code_context@Base 0.15.1 + vala_value_get_code_node@Base 0.15.1 + vala_value_get_code_visitor@Base 0.15.1 + vala_value_get_comment@Base 0.15.1 + vala_value_get_iterable@Base 0.15.1 + vala_value_get_iterator@Base 0.15.1 + vala_value_get_map@Base 0.15.1 + vala_value_get_map_iterator@Base 0.15.1 + vala_value_get_phi_function@Base 0.15.1 + vala_value_get_scanner@Base 0.15.1 + vala_value_get_scope@Base 0.15.1 + vala_value_get_source_file@Base 0.15.1 + vala_value_get_source_reference@Base 0.15.1 + vala_value_get_target_value@Base 0.15.1 + vala_value_get_typeregister_function@Base 0.15.1 + vala_value_set_attribute_cache@Base 0.15.1 + vala_value_set_basic_block@Base 0.15.1 + vala_value_set_ccode_compiler@Base 0.15.1 + vala_value_set_ccode_file@Base 0.15.1 + vala_value_set_ccode_node@Base 0.15.1 + vala_value_set_ccode_writer@Base 0.15.1 + vala_value_set_code_context@Base 0.15.1 + vala_value_set_code_node@Base 0.15.1 + vala_value_set_code_visitor@Base 0.15.1 + vala_value_set_comment@Base 0.15.1 + vala_value_set_iterable@Base 0.15.1 + vala_value_set_iterator@Base 0.15.1 + vala_value_set_map@Base 0.15.1 + vala_value_set_map_iterator@Base 0.15.1 + vala_value_set_phi_function@Base 0.15.1 + vala_value_set_scanner@Base 0.15.1 + vala_value_set_scope@Base 0.15.1 + vala_value_set_source_file@Base 0.15.1 + vala_value_set_source_reference@Base 0.15.1 + vala_value_set_target_value@Base 0.15.1 + vala_value_set_typeregister_function@Base 0.15.1 + vala_value_take_attribute_cache@Base 0.15.1 + vala_value_take_basic_block@Base 0.15.1 + vala_value_take_ccode_compiler@Base 0.15.1 + vala_value_take_ccode_file@Base 0.15.1 + vala_value_take_ccode_node@Base 0.15.1 + vala_value_take_ccode_writer@Base 0.15.1 + vala_value_take_code_context@Base 0.15.1 + vala_value_take_code_node@Base 0.15.1 + vala_value_take_code_visitor@Base 0.15.1 + vala_value_take_comment@Base 0.15.1 + vala_value_take_iterable@Base 0.15.1 + vala_value_take_iterator@Base 0.15.1 + vala_value_take_map@Base 0.15.1 + vala_value_take_map_iterator@Base 0.15.1 + vala_value_take_phi_function@Base 0.15.1 + vala_value_take_scanner@Base 0.15.1 + vala_value_take_scope@Base 0.15.1 + vala_value_take_source_file@Base 0.15.1 + vala_value_take_source_reference@Base 0.15.1 + vala_value_take_target_value@Base 0.15.1 + vala_value_take_typeregister_function@Base 0.15.1 + vala_value_type_construct@Base 0.15.1 + vala_value_type_get_type@Base 0.15.1 + vala_value_type_get_type_symbol@Base 0.15.1 + vala_value_type_set_type_symbol@Base 0.15.1 + vala_variable_construct@Base 0.15.1 + vala_variable_get_initializer@Base 0.15.1 + vala_variable_get_single_assignment@Base 0.15.1 + vala_variable_get_type@Base 0.15.1 + vala_variable_get_variable_type@Base 0.15.1 + vala_variable_new@Base 0.15.1 + vala_variable_set_initializer@Base 0.15.1 + vala_variable_set_single_assignment@Base 0.15.1 + vala_variable_set_variable_type@Base 0.15.1 + vala_void_type_construct@Base 0.15.1 + vala_void_type_get_type@Base 0.15.1 + vala_void_type_new@Base 0.15.1 + vala_while_statement_construct@Base 0.15.1 + vala_while_statement_get_body@Base 0.15.1 + vala_while_statement_get_condition@Base 0.15.1 + vala_while_statement_get_type@Base 0.15.1 + vala_while_statement_new@Base 0.15.1 + vala_while_statement_set_body@Base 0.15.1 + vala_while_statement_set_condition@Base 0.15.1 + vala_yield_statement_construct@Base 0.15.1 + vala_yield_statement_get_type@Base 0.15.1 + vala_yield_statement_get_yield_expression@Base 0.15.1 + vala_yield_statement_new@Base 0.15.1 + vala_yield_statement_set_yield_expression@Base 0.15.1 diff -Nru vala-0.16-0.15.2/debian/libvala-0.16-dev.install vala-0.16-0.15.2/debian/libvala-0.16-dev.install --- vala-0.16-0.15.2/debian/libvala-0.16-dev.install 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/libvala-0.16-dev.install 2012-03-07 09:55:01.000000000 +0000 @@ -1,4 +1,3 @@ -usr/lib/lib*.so -usr/lib/pkgconfig/* +usr/lib/*/lib*.so +usr/lib/*/pkgconfig/* usr/include/vala-0.16/* - diff -Nru vala-0.16-0.15.2/debian/patches/02_dont_sigabrt_on_unknown_instance.patch vala-0.16-0.15.2/debian/patches/02_dont_sigabrt_on_unknown_instance.patch --- vala-0.16-0.15.2/debian/patches/02_dont_sigabrt_on_unknown_instance.patch 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/patches/02_dont_sigabrt_on_unknown_instance.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -From 1fdbfcbe248926fb2248c267604b79516bb97264 Mon Sep 17 00:00:00 2001 -From: Mikkel Kamstrup Erlandsen -Date: Wed, 28 Jul 2010 15:28:08 +0200 -Subject: [PATCH] semanticanalyzer: don't sigabrt on unknown instance types - -Fixes bug #625401 "SIGABRT in valac with generics in signal signatures" ---- - vala/valasemanticanalyzer.vala | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) - -diff --git a/vala/valasemanticanalyzer.vala b/vala/valasemanticanalyzer.vala -index c2eb9c7..4d2ba13 100644 ---- a/vala/valasemanticanalyzer.vala -+++ b/vala/valasemanticanalyzer.vala -@@ -687,7 +687,9 @@ public class Vala.SemanticAnalyzer : CodeVisitor { - // trace type arguments back to the datatype where the method has been declared - var instance_type = get_instance_base_type_for_member (derived_instance_type, (TypeSymbol) generic_type.type_parameter.parent_symbol, node_reference); - -- assert (instance_type != null); -+ if (instance_type == null) { -+ return generic_type; -+ } - - int param_index; - if (instance_type is DelegateType) { --- -1.7.1 - diff -Nru vala-0.16-0.15.2/debian/patches/99_ltmain_as-needed.patch vala-0.16-0.15.2/debian/patches/99_ltmain_as-needed.patch --- vala-0.16-0.15.2/debian/patches/99_ltmain_as-needed.patch 1970-01-01 00:00:00.000000000 +0000 +++ vala-0.16-0.15.2/debian/patches/99_ltmain_as-needed.patch 2012-03-07 09:55:01.000000000 +0000 @@ -0,0 +1,38 @@ +Description: Support --as-needed + This patch adds support for -Wl,--as-needed. +Author: Sebastian Dröge +Origin: vendor +Last-Update: 2012-02-09 + +Index: vala/build-aux/ltmain.sh +=================================================================== +--- vala.orig/build-aux/ltmain.sh 2011-06-23 19:18:15.311219416 +0200 ++++ vala/build-aux/ltmain.sh 2011-06-23 20:21:50.015262090 +0200 +@@ -5800,6 +5800,11 @@ + arg=$func_stripname_result + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result +@@ -6160,6 +6165,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test "$linkmode,$pass" = "prog,link"; then diff -Nru vala-0.16-0.15.2/debian/patches/series vala-0.16-0.15.2/debian/patches/series --- vala-0.16-0.15.2/debian/patches/series 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/patches/series 2012-03-07 09:55:01.000000000 +0000 @@ -1 +1 @@ -02_dont_sigabrt_on_unknown_instance.patch +99_ltmain_as-needed.patch diff -Nru vala-0.16-0.15.2/debian/rules vala-0.16-0.15.2/debian/rules --- vala-0.16-0.15.2/debian/rules 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/rules 2012-03-07 09:55:01.000000000 +0000 @@ -7,7 +7,8 @@ configure_flags += \ --prefix=/usr \ - --mandir=/usr/share/man \ + --mandir=\$${prefix}/share/man \ + --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --build=$(DEB_BUILD_GNU_TYPE) \ --enable-vapigen \ --disable-unversioned \ @@ -18,14 +19,16 @@ configure_flags += --host=$(DEB_HOST_GNU_TYPE) endif -CFLAGS = -Wall -g +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CFLAGS += -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif -LDFLAGS = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed VALAFLAGS = --target-glib=2.24 DEB_PARALLEL_JOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) @@ -65,14 +68,14 @@ configure-stamp: builddir-stamp bootstrap-stamp rm -f */*.vala.stamp - LD_LIBRARY_PATH="$(CURDIR)/bootstrap/install/usr/lib:$$LD_LIBRARY_PATH" \ + LD_LIBRARY_PATH="$(CURDIR)/bootstrap/install/usr/lib/$(DEB_HOST_MULTIARCH):$$LD_LIBRARY_PATH" \ ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ VALAC="$(CURDIR)/bootstrap/install/usr/bin/valac-0.16 $(VALAFLAGS)" \ $(configure_flags) touch $@ build-stamp: configure-stamp - LD_LIBRARY_PATH="$(CURDIR)/bootstrap/install/usr/lib:$$LD_LIBRARY_PATH" \ + LD_LIBRARY_PATH="$(CURDIR)/bootstrap/install/usr/lib/$(DEB_HOST_MULTIARCH):$$LD_LIBRARY_PATH" \ make $(DEB_MAKE_PARALLEL) touch $@ @@ -92,11 +95,13 @@ touch $@ install-stamp: build-stamp check-stamp - LD_LIBRARY_PATH="$(CURDIR)/bootstrap/install/usr/lib:$$LD_LIBRARY_PATH" \ + LD_LIBRARY_PATH="$(CURDIR)/bootstrap/install/usr/lib/$(DEB_HOST_MULTIARCH):$$LD_LIBRARY_PATH" \ make $(DEB_MAKE_PARALLEL) DESTDIR=$(CURDIR)/debian/tmp install touch $@ -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp install: build install-stamp binary-indep: build install @@ -129,7 +134,7 @@ dh_fixperms -s dh_makeshlibs -plibvala-0.16-0 -V dh_installdeb -s - dh_shlibdeps -s -ldebian/libvala-0.16-0/usr/lib + dh_shlibdeps -s -ldebian/libvala-0.16-0/usr/lib/$(DEB_HOST_MULTIARCH) dh_gencontrol -s dh_md5sums -s dh_builddeb -s diff -Nru vala-0.16-0.15.2/debian/valac-0.16.install vala-0.16-0.15.2/debian/valac-0.16.install --- vala-0.16-0.15.2/debian/valac-0.16.install 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/valac-0.16.install 2012-03-07 09:55:01.000000000 +0000 @@ -3,8 +3,7 @@ usr/bin/vala-gen-introspect-0.16 usr/bin/vapigen-0.16 usr/bin/vapicheck-0.16 -usr/share/vala-0.16/vapi/* usr/share/man/man1/valac-0.16.1 usr/share/man/man1/vapigen-0.16.1 usr/share/man/man1/vala-gen-introspect-0.16.1 -usr/lib/vala-0.16/gen-introspect-0.16 +usr/lib/*/vala-0.16/gen-introspect-0.16 diff -Nru vala-0.16-0.15.2/debian/valac-0.16.links vala-0.16-0.15.2/debian/valac-0.16.links --- vala-0.16-0.15.2/debian/valac-0.16.links 1970-01-01 00:00:00.000000000 +0000 +++ vala-0.16-0.15.2/debian/valac-0.16.links 2012-03-07 09:55:01.000000000 +0000 @@ -0,0 +1 @@ +/usr/share/man/man1/valac-0.16.1.gz /usr/share/man/man1/vala-0.16.1.gz diff -Nru vala-0.16-0.15.2/debian/valac-0.16.postinst vala-0.16-0.15.2/debian/valac-0.16.postinst --- vala-0.16-0.15.2/debian/valac-0.16.postinst 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/valac-0.16.postinst 2012-03-07 09:55:01.000000000 +0000 @@ -8,6 +8,7 @@ --slave /usr/bin/vapicheck vapicheck /usr/bin/vapicheck-0.16 \ --slave /usr/bin/vapigen vapigen /usr/bin/vapigen-0.16 \ --slave /usr/share/man/man1/valac.1.gz valac.1.gz /usr/share/man/man1/valac-0.16.1.gz \ + --slave /usr/share/man/man1/vala.1.gz vala.1.gz /usr/share/man/man1/vala-0.16.1.gz \ --slave /usr/share/man/man1/vala-gen-introspect.1.gz vala-gen-introspect.1.gz /usr/share/man/man1/vala-gen-introspect-0.16.1.gz \ --slave /usr/share/man/man1/vapigen.1.gz vapigen.1.gz /usr/share/man/man1/vapigen-0.16.1.gz diff -Nru vala-0.16-0.15.2/debian/valac-0.16-vapi.install vala-0.16-0.15.2/debian/valac-0.16-vapi.install --- vala-0.16-0.15.2/debian/valac-0.16-vapi.install 1970-01-01 00:00:00.000000000 +0000 +++ vala-0.16-0.15.2/debian/valac-0.16-vapi.install 2012-03-07 09:55:01.000000000 +0000 @@ -0,0 +1 @@ +usr/share/vala-0.16/vapi/* diff -Nru vala-0.16-0.15.2/debian/watch vala-0.16-0.15.2/debian/watch --- vala-0.16-0.15.2/debian/watch 2012-02-28 19:21:52.000000000 +0000 +++ vala-0.16-0.15.2/debian/watch 2012-03-07 09:55:01.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://ftp.gnome.org/pub/GNOME/sources/vala/([\d\.]+)/vala-([\d\.]+)\.tar\.xz +http://ftp.gnome.org/pub/GNOME/sources/vala/(0.1[56])/vala-([\d\.]+)\.tar\.xz