libpurple/ciphers/pbkdf2cipher.c

branch
soc.2013.gobjectification
changeset 35065
2fe1b3f20c3c
parent 35062
2aee8634c912
child 35077
0a120b204362
equal deleted inserted replaced
35064:995be3523e7c 35065:2fe1b3f20c3c
70 PurpleHash *hash) 70 PurpleHash *hash)
71 { 71 {
72 PurplePBKDF2CipherPrivate *priv = PURPLE_PBKDF2_CIPHER_GET_PRIVATE(cipher); 72 PurplePBKDF2CipherPrivate *priv = PURPLE_PBKDF2_CIPHER_GET_PRIVATE(cipher);
73 73
74 priv->hash = g_object_ref(G_OBJECT(hash)); 74 priv->hash = g_object_ref(G_OBJECT(hash));
75
76 g_object_notify(G_OBJECT(cipher), "hash");
75 } 77 }
76 78
77 /****************************************************************************** 79 /******************************************************************************
78 * Cipher Stuff 80 * Cipher Stuff
79 *****************************************************************************/ 81 *****************************************************************************/

mercurial