#include <glib.h>
Go to the source code of this file.
◆ append_to_credentials_password()
void append_to_credentials_password |
( |
credentials_t * |
credentials, |
|
|
const char * |
text, |
|
|
gsize |
length |
|
) |
| |
Append text to the password of a credential pair.
- Parameters
-
[in] | credentials | Credentials. |
[in] | text | The text to append. |
[in] | length | Length of the text. |
◆ append_to_credentials_username()
void append_to_credentials_username |
( |
credentials_t * |
credentials, |
|
|
const char * |
text, |
|
|
gsize |
length |
|
) |
| |
Append text to the username of a credential pair.
- Parameters
-
[in] | credentials | Credentials. |
[in] | text | The text to append. |
[in] | length | Length of the text. |
◆ free_credentials()
Free credentials.
Free the members of a credentials pair.
- Parameters
-
[in] | credentials | Pointer to the credentials. |
- Todo:
- Check whether uuid has to be freed, too.