| 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 } |