mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 20:40:06 +01:00
libnm-glib: use the same parameter names in prototypes and definitions
to calm down warning when compiling docs.
This commit is contained in:
parent
c43772a854
commit
a9fca4aa1b
1 changed files with 2 additions and 2 deletions
|
|
@ -209,8 +209,8 @@ void nm_client_sleep (NMClient *client, gboolean sleep_);
|
|||
NMClientPermissionResult nm_client_get_permission_result (NMClient *client,
|
||||
NMClientPermission permission);
|
||||
|
||||
gboolean nm_client_get_logging (NMClient *client, char **level, char **domain, GError **error);
|
||||
gboolean nm_client_set_logging (NMClient *client, const char *level, const char *domain, GError **error);
|
||||
gboolean nm_client_get_logging (NMClient *client, char **level, char **domains, GError **error);
|
||||
gboolean nm_client_set_logging (NMClient *client, const char *level, const char *domains, GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue