Mercurial > pidgin
view plugins/perl/common/Network.xs @ 12121:943307dd6ee9
[gaim-migrate @ 14421]
When adding a new account, set the status before enabling it.That way, the correct status ends up being used, and you don't run into a a weird situation where the account tries to connect and then the offline status is appled when your current status is 'Offline'. Also a warning fix.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 17 Nov 2005 04:42:16 +0000 |
parents | b284c703d398 |
children | d5b8f4dc1622 |
line wrap: on
line source
#include "module.h" MODULE = Gaim::Network PACKAGE = Gaim::Network PREFIX = gaim_network_ PROTOTYPES: ENABLE const char * gaim_network_get_local_system_ip(fd) int fd const char * gaim_network_get_my_ip(fd) int fd unsigned short gaim_network_get_port_from_fd(fd) int fd const char * gaim_network_get_public_ip() void gaim_network_init() const unsigned char * gaim_network_ip_atoi(ip) const char *ip int gaim_network_listen(port) unsigned short port int gaim_network_listen_range(start, end) unsigned short start unsigned short end void gaim_network_set_public_ip(ip) const char *ip