| 95 * be #JSON_NODE_OBJECT. The returned #JsonBuilder should be freed with |
95 * be #JSON_NODE_OBJECT. The returned #JsonBuilder should be freed with |
| 96 * #g_object_unref() when no longer needed. Optionally, instead of |
96 * #g_object_unref() when no longer needed. Optionally, instead of |
| 97 * freeing, the returned #JsonBuilder can be closed with |
97 * freeing, the returned #JsonBuilder can be closed with |
| 98 * #fb_json_bldr_close(). |
98 * #fb_json_bldr_close(). |
| 99 * |
99 * |
| 100 * Returns: The new #JsonBuilder. |
100 * Returns: (transfer full): The new #JsonBuilder. |
| 101 */ |
101 */ |
| 102 JsonBuilder * |
102 JsonBuilder * |
| 103 fb_json_bldr_new(JsonNodeType type); |
103 fb_json_bldr_new(JsonNodeType type); |
| 104 |
104 |
| 105 /** |
105 /** |