~carifio/seahorse/seahorse-remove-broken-help-buttons

« back to all changes in this revision

Viewing changes to libseahorse/seahorse-validity.c

ImportĀ upstreamĀ versionĀ 2.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "seahorse-validity.h"
28
28
 
 
29
/**
 
30
 * seahorse_validity_get_string:
 
31
 * @validity: The validity ID
 
32
 *
 
33
 * Returns: A string describing the validity. Must not be freed
 
34
 */
29
35
const gchar*
30
36
seahorse_validity_get_string (SeahorseValidity validity)
31
37
{