| 1318 * inherit the handlers of the parent. |
1318 * inherit the handlers of the parent. |
| 1319 */ |
1319 */ |
| 1320 void purple_restore_default_signal_handlers(void); |
1320 void purple_restore_default_signal_handlers(void); |
| 1321 |
1321 |
| 1322 /** |
1322 /** |
| 1323 * purple_get_host_name: |
|
| 1324 * |
|
| 1325 * Gets the host name of the machine. If it not possible to determine the |
|
| 1326 * host name, "localhost" is returned |
|
| 1327 * |
|
| 1328 * Returns: The hostname |
|
| 1329 */ |
|
| 1330 const gchar *purple_get_host_name(void); |
|
| 1331 |
|
| 1332 /** |
|
| 1333 * purple_uuid_random: |
1323 * purple_uuid_random: |
| 1334 * |
1324 * |
| 1335 * Returns a type 4 (random) UUID |
1325 * Returns a type 4 (random) UUID |
| 1336 * |
1326 * |
| 1337 * Returns: A UUID, caller is responsible for freeing it |
1327 * Returns: A UUID, caller is responsible for freeing it |