mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Replace deprecated Virtual tag
Use the (virtual) symbol annotation.
This commit is contained in:
committed by
Philip Withnall
parent
47faa032cb
commit
d026534753
@@ -300,7 +300,7 @@ g_tls_password_set_value (GTlsPassword *password,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_tls_password_set_value_full:
|
||||
* g_tls_password_set_value_full: (virtual set_value)
|
||||
* @password: a #GTlsPassword object
|
||||
* @value: (array length=length): the value for the password
|
||||
* @length: the length of the password, or -1
|
||||
@@ -316,7 +316,6 @@ g_tls_password_set_value (GTlsPassword *password,
|
||||
* calculated automatically. (Note that the terminating nul is not
|
||||
* considered part of the password in this case.)
|
||||
*
|
||||
* Virtual: set_value
|
||||
* Since: 2.30
|
||||
*/
|
||||
void
|
||||
|
Reference in New Issue
Block a user