view libpurple/plugins/perl/common/Idle.xs @ 30920:a2d5bafdbea9

perl: Fix chat-related functions. Purple::BuddyList::Chat::new needs to copy the strings, since the GHashTable is long-listing. The serv_join_chat wrapper needs to free the hash table, since that one isn't owned by the prpl.
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Sep 2010 01:30:56 +0000
parents 9d7ebd28d339
children
line wrap: on
line source

#include "module.h"

MODULE = Purple::Idle  PACKAGE = Purple::Idle  PREFIX = purple_idle_
PROTOTYPES: ENABLE

void
purple_idle_touch()

void
purple_idle_set(time)
	time_t time