| 115 */ |
124 */ |
| 116 PURPLE_AVAILABLE_IN_ALL |
125 PURPLE_AVAILABLE_IN_ALL |
| 117 PurpleUi *purple_core_get_ui(void); |
126 PurpleUi *purple_core_get_ui(void); |
| 118 |
127 |
| 119 /** |
128 /** |
| 120 * purple_get_local_dir: |
129 * purple_get_locale_dir: |
| 121 * |
130 * |
| 122 * Gets the search directory for translations. |
131 * Gets the search directory for translations. |
| 123 * |
132 * |
| 124 * This can be overridden by the `PURPLE_LOCALE_DIR` environment variable. |
133 * This can be overridden by the `PURPLE_LOCALE_DIR` environment variable. |
| 125 * |
134 * |