From 43768b25103b7ec5df2ef3782b7c4bd3fda8e663 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Fri, 1 Jul 2022 18:26:33 -0700 Subject: [PATCH] common: Remove erroneous Since: annotations I think these were accidentally copied from GLib. --- common/flatpak-ref-utils.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/flatpak-ref-utils.c b/common/flatpak-ref-utils.c index 37abafb3..10db18e2 100644 --- a/common/flatpak-ref-utils.c +++ b/common/flatpak-ref-utils.c @@ -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,