| 1437 |
1437 |
| 1438 /** |
1438 /** |
| 1439 * Gets the host name of the machine. If it not possible to determine the |
1439 * Gets the host name of the machine. If it not possible to determine the |
| 1440 * host name, "localhost" is returned |
1440 * host name, "localhost" is returned |
| 1441 * |
1441 * |
| 1442 * Returns: (TODO const): The hostname |
1442 * Returns: The hostname |
| 1443 */ |
1443 */ |
| 1444 const gchar *purple_get_host_name(void); |
1444 const gchar *purple_get_host_name(void); |
| 1445 |
1445 |
| 1446 /** |
1446 /** |
| 1447 * Returns a type 4 (random) UUID |
1447 * Returns a type 4 (random) UUID |