| 125 * |
125 * |
| 126 * Since: 3.0 |
126 * Since: 3.0 |
| 127 */ |
127 */ |
| 128 PURPLE_AVAILABLE_IN_3_0 |
128 PURPLE_AVAILABLE_IN_3_0 |
| 129 gpointer purple_core_get_settings_backend(void); |
129 gpointer purple_core_get_settings_backend(void); |
| |
130 |
| |
131 /** |
| |
132 * purple_core_new_settings: |
| |
133 * @schema_id: the id of the schema |
| |
134 * |
| |
135 * Creates a new settings object using the preferred backend. |
| |
136 * |
| |
137 * Returns: (transfer full): The new instance. |
| |
138 * |
| |
139 * Since: 3.0 |
| |
140 */ |
| |
141 PURPLE_AVAILABLE_IN_3_0 |
| |
142 GSettings *purple_core_new_settings(const char *schema_id); |
| 130 |
143 |
| 131 /** |
144 /** |
| 132 * purple_core_get_ui: |
145 * purple_core_get_ui: |
| 133 * |
146 * |
| 134 * Gets the [class@Purple.Ui] that is running. |
147 * Gets the [class@Purple.Ui] that is running. |