mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-14 03:24:50 -04:00
common: Remove erroneous Since: annotations
I think these were accidentally copied from GLib.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user