diff options
author | Patrick <pgriffis@igalia.com> | 2023-01-07 18:48:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 18:48:28 -0600 |
commit | e110bf7c7fc28ede5bde59a8a28cfe8b163595e4 (patch) | |
tree | 63283a96075325e86b37c3d57a7aaa1c9d2eb4e0 /common/flatpak-ref-utils.c | |
parent | b61a6d836c30d446c707f50585f7a91a8ae1857d (diff) | |
parent | 523cedc27509779e7e815806e53361d5fe7e0bd4 (diff) | |
download | flatpak-appstreamcli-compose.tar.gz |
Merge branch 'main' into appstreamcli-composeappstreamcli-compose
Diffstat (limited to 'common/flatpak-ref-utils.c')
-rw-r--r-- | common/flatpak-ref-utils.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/flatpak-ref-utils.c b/common/flatpak-ref-utils.c index 37abafb3..45b1405d 100644 --- a/common/flatpak-ref-utils.c +++ b/common/flatpak-ref-utils.c @@ -1,4 +1,4 @@ -/* +/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s: * Copyright © 2014-2020 Red Hat, Inc * * This program is free software; you can redistribute it and/or @@ -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, |