mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 21:00:23 +01:00
libnm: hide nm_utils_uuid_generate_from_string() from public API
This commit is contained in:
parent
b88715e05b
commit
74bdaf1ad8
3 changed files with 5 additions and 5 deletions
|
|
@ -117,6 +117,11 @@ char ** _nm_utils_strsplit_set (const char *str,
|
|||
const char *delimiters,
|
||||
int max_tokens);
|
||||
|
||||
#define NM_UTILS_UUID_TYPE_LEGACY 0
|
||||
#define NM_UTILS_UUID_TYPE_VARIANT3 1
|
||||
|
||||
char *nm_utils_uuid_generate_from_string (const char *s, gssize slen, int uuid_type, gpointer type_args);
|
||||
|
||||
void _nm_dbus_errors_init (void);
|
||||
|
||||
extern gboolean _nm_utils_is_manager_process;
|
||||
|
|
|
|||
|
|
@ -120,11 +120,7 @@ GVariant *nm_utils_ip_routes_to_variant (GPtrArray *routes);
|
|||
GPtrArray *nm_utils_ip_routes_from_variant (GVariant *value,
|
||||
int family);
|
||||
|
||||
#define NM_UTILS_UUID_TYPE_LEGACY 0
|
||||
#define NM_UTILS_UUID_TYPE_VARIANT3 1
|
||||
|
||||
char *nm_utils_uuid_generate (void);
|
||||
char *nm_utils_uuid_generate_from_string (const char *s, gssize slen, int uuid_type, gpointer type_args);
|
||||
|
||||
gboolean nm_utils_file_is_certificate (const char *filename);
|
||||
gboolean nm_utils_file_is_private_key (const char *filename, gboolean *out_encrypted);
|
||||
|
|
|
|||
|
|
@ -793,7 +793,6 @@ global:
|
|||
nm_utils_security_valid;
|
||||
nm_utils_ssid_to_utf8;
|
||||
nm_utils_uuid_generate;
|
||||
nm_utils_uuid_generate_from_string;
|
||||
nm_utils_wep_key_valid;
|
||||
nm_utils_wifi_channel_to_freq;
|
||||
nm_utils_wifi_find_next_channel;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue