common: Remove erroneous Since: annotations

I think these were accidentally copied from GLib.
This commit is contained in:
Phaedrus Leeds
2022-07-01 18:26:33 -07:00
committed by Patrick
parent 320889c1a2
commit 43768b2510

View File

@@ -94,8 +94,6 @@ find_last_char (const char *str, gsize len, int c)
* 2) DBus names require only two elements
*
* Returns: %TRUE if valid, %FALSE otherwise.
*
* Since: 2.26
*/
gboolean
flatpak_is_valid_name (const char *string,
@@ -362,8 +360,6 @@ is_valid_branch_character (gint c)
* Branch names must contain at least one character.
*
* Returns: %TRUE if valid, %FALSE otherwise.
*
* Since: 2.26
*/
gboolean
flatpak_is_valid_branch (const char *string,