| 133 * |
133 * |
| 134 * Requests that @roster updates @contact on the server side roster. When |
134 * Requests that @roster updates @contact on the server side roster. When |
| 135 * @callback is called, [method@ProtocolRoster.update_finish] should be called |
135 * @callback is called, [method@ProtocolRoster.update_finish] should be called |
| 136 * to get the result. |
136 * to get the result. |
| 137 * |
137 * |
| |
138 * This would include things that the libpurple user can change about a remote |
| |
139 * contact. Including but not limited to [property@ContactInfo:alias], |
| |
140 * [property@ContactInfo:permission], [property@ContactInfo:person], and |
| |
141 * [property@ContactInfo:tags]. |
| |
142 * |
| 138 * Since: 3.0.0 |
143 * Since: 3.0.0 |
| 139 */ |
144 */ |
| 140 void purple_protocol_roster_update_async(PurpleProtocolRoster *roster, PurpleContact *contact, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer data); |
145 void purple_protocol_roster_update_async(PurpleProtocolRoster *roster, PurpleContact *contact, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer data); |
| 141 |
146 |
| 142 /** |
147 /** |