mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
GDBus: Rework GCredentials type
These changes are is related to https://bugzilla.gnome.org/show_bug.cgi?id=617483 and IRC discussions with danw.
This commit is contained in:
@@ -1451,21 +1451,12 @@ g_settings_set_boolean
|
||||
#if IN_FILE(__G_CREDENTIALS_C__)
|
||||
g_credentials_get_type G_GNUC_CONST
|
||||
g_credentials_new
|
||||
g_credentials_new_for_process
|
||||
g_credentials_new_for_string
|
||||
g_credentials_to_string
|
||||
g_credentials_get_unix_group
|
||||
g_credentials_get_unix_process
|
||||
g_credentials_get_native
|
||||
g_credentials_set_native
|
||||
g_credentials_is_same_user
|
||||
g_credentials_get_unix_user
|
||||
g_credentials_get_windows_user
|
||||
g_credentials_has_unix_group
|
||||
g_credentials_has_unix_process
|
||||
g_credentials_has_unix_user
|
||||
g_credentials_has_windows_user
|
||||
g_credentials_set_unix_group
|
||||
g_credentials_set_unix_process
|
||||
g_credentials_set_unix_user
|
||||
g_credentials_set_windows_user
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user