libpurple/ciphers/pbkdf2cipher.c

branch
soc.2013.gobjectification
changeset 35014
21864c2f543f
parent 34965
9abd15d6da07
child 35020
0ab63ada3cf2
equal deleted inserted replaced
35013:4718438d053b 35014:21864c2f543f
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 g_object_notify(G_OBJECT(cipher), "hash");
76 } 75 }
77 76
78 /****************************************************************************** 77 /******************************************************************************
79 * Cipher Stuff 78 * Cipher Stuff
80 *****************************************************************************/ 79 *****************************************************************************/

mercurial