libpurple/protocols/gg/roster.c

branch
soc.2013.gobjectification.plugins
changeset 36856
f3a0cc1fe226
parent 34999
90850ff4b5eb
child 35356
3a71df246d07
equal deleted inserted replaced
36855:535eb3c6eef7 36856:f3a0cc1fe226
187 187
188 static gboolean ggp_roster_timer_cb(gpointer _gc) 188 static gboolean ggp_roster_timer_cb(gpointer _gc)
189 { 189 {
190 PurpleConnection *gc = _gc; 190 PurpleConnection *gc = _gc;
191 191
192 g_return_val_if_fail(PURPLE_IS_CONNECTION(gc), FALSE); 192 g_return_val_if_fail(PURPLE_CONNECTION_IS_VALID(gc), FALSE);
193 193
194 ggp_roster_send_update(gc); 194 ggp_roster_send_update(gc);
195 195
196 return TRUE; 196 return TRUE;
197 } 197 }

mercurial