| 549 fb_api_error_quark(void); |
549 fb_api_error_quark(void); |
| 550 |
550 |
| 551 /** |
551 /** |
| 552 * fb_api_new: |
552 * fb_api_new: |
| 553 * @gc: The #PurpleConnection. |
553 * @gc: The #PurpleConnection. |
| |
554 * @resolver: The proxy resolver to use from the account. |
| 554 * |
555 * |
| 555 * Creates a new #FbApi. The returned #FbApi should be freed with |
556 * Creates a new #FbApi. The returned #FbApi should be freed with |
| 556 * #g_object_unref() when no longer needed. |
557 * #g_object_unref() when no longer needed. |
| 557 * |
558 * |
| 558 * Returns: The new #FbApi. |
559 * Returns: The new #FbApi. |
| 559 */ |
560 */ |
| 560 FbApi * |
561 FbApi *fb_api_new(PurpleConnection *gc, GProxyResolver *resolver); |
| 561 fb_api_new(PurpleConnection *gc); |
|
| 562 |
562 |
| 563 /** |
563 /** |
| 564 * fb_api_rehash: |
564 * fb_api_rehash: |
| 565 * @api: The #FbApi. |
565 * @api: The #FbApi. |
| 566 * |
566 * |