docs: update NMSecretAgent example code

This commit is contained in:
Dan Williams 2012-01-26 12:23:05 -06:00
parent 724df841a2
commit e281d09805

View file

@ -114,6 +114,9 @@ typedef struct {
* secrets_hash = nm_connection_to_hash (secrets);
*
* (call the NMSecretAgentGetSecretsFunc with secrets_hash)
*
* g_object_unref (secrets);
* g_hash_table_unref (secrets_hash);
* </programlisting>
* </example>
*/