libpurple/protocols/facebook/api.h

branch
facebook
changeset 37328
4c091ac7c55a
parent 37326
c768f27357ec
child 37329
3953bf31338c
equal deleted inserted replaced
37327:68220e4ccb15 37328:4c091ac7c55a
162 fb_api_new(PurpleConnection *gc); 162 fb_api_new(PurpleConnection *gc);
163 163
164 void 164 void
165 fb_api_rehash(FbApi *api); 165 fb_api_rehash(FbApi *api);
166 166
167 void 167 gboolean
168 fb_api_free(FbApi *api); 168 fb_api_is_invisible(FbApi *api);
169 169
170 void 170 void
171 fb_api_error(FbApi *api, FbApiError err, const gchar *fmt, ...) 171 fb_api_error(FbApi *api, FbApiError err, const gchar *fmt, ...)
172 G_GNUC_PRINTF(3, 4); 172 G_GNUC_PRINTF(3, 4);
173 173
179 179
180 void 180 void
181 fb_api_contacts(FbApi *api); 181 fb_api_contacts(FbApi *api);
182 182
183 void 183 void
184 fb_api_connect(FbApi *api); 184 fb_api_connect(FbApi *api, gboolean invisible);
185 185
186 void 186 void
187 fb_api_disconnect(FbApi *api); 187 fb_api_disconnect(FbApi *api);
188 188
189 void 189 void

mercurial