diff options
-rw-r--r-- | docs/markdown/Vala.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Vala.md b/docs/markdown/Vala.md index 72b5003..9e95851 100644 --- a/docs/markdown/Vala.md +++ b/docs/markdown/Vala.md @@ -89,7 +89,7 @@ installed. When setting a minimum version of GLib, Meson will also pass this to the Vala compiler using the `--target-glib` option. This is needed when using GTK+'s user interface definition files with Vala's -`[GtkTemplate]`, `[GtkChild]` and `[GtkCallback]` annotations. This requires +`[GtkTemplate]`, `[GtkChild]` and `[GtkCallback]` attributes. This requires `--target-glib 2.38`, or a newer version, to be passed to Vala. With Meson this is simply done with: @@ -166,7 +166,7 @@ executable('app_name', sources, dependencies: dependencies) If the VAPI is for an external library then make sure that the VAPI name corresponds to the pkg-config file name. -The [`vala-extra-vapis` repository](https://github.com/nemequ/vala-extra-vapis) +The [`vala-extra-vapis` repository](https://gitlab.gnome.org/GNOME/vala-extra-vapis) is a community maintained repository of VAPIs that are not distributed. Developers use the repository to share early work on new bindings and improvements to existing bindings. So the VAPIs can frequently change. It is |