From a0e64adba5e668c1520bde49d6232f75e96324b7 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 3 Mar 2020 14:54:50 +0100 Subject: [PATCH] manual: Update from wiki.gnome.org --- doc/manual/manual.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 54613f608..d551a428b 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -2256,8 +2256,7 @@ Give extra information to Vala that isn't included in code. Mostly used internally in Vala. Most of these attributes are only useful within bindings. Some, however, are useful in normal code: [DBus], [Description], [Version], [Signal], [ModuleInit] (if you're writing a module). -CCode's instance_pos (if you're using Gtk.Builder's signal auto-connection functionality). -[ThreadLocal] (if you're using the Dova profile). +CCode's instance_pos (if you're using Gtk.Builder's signal auto-connection functionality).
Applying attributes @@ -2672,7 +2671,6 @@ ErrorBase class Only use by GLib.Error at the moment -Experimental Flags enum Marks the enum values to be flags @@ -2688,9 +2686,6 @@ Marks the associated type as dynamic, and marks the method as a TypeModule init function. See TypeModule example NoAccessorMethod property -NoArrayLength -method -Deprecated, use [CCode (array_length = false)] instead NoReturn method Once the method is called, it will never return @@ -2711,9 +2706,9 @@ ScanfFormat method See also PrintFormat attribute -ThreadLocal -field -Thread local fields. Dova profile only +SingleInstance +class +Makes the class a thread-safe singleton
@@ -2727,7 +2722,10 @@ [Version (deprecated = true, deprecated_since = "", replacement = "")] Experimental 0.31.1 -[Version (experimental = true, experimental_until = "")] +[Version (experimental = true, experimental_until = "")] +NoArrayLength +0.7.10 +[CCode (array_length = false)]
-- 2.47.2