[
Back
|
warped.org
|
Gaim 2.0.0-beta4 Perl API
]
NAME
METHODS
$con->
add_deny
($a)
$a->
add_permit
($b)
$buddy->
alias_buddy
$gc->
set_buddyicon
($filename)
$con->
chat_invite
($a, $b, $c)
$a->
chat_leave
($b)
integer = $con->
chat_send
($a, $b, $flags)
$con->
chat_whisper
($a, $b, $c)
$gc->
got_alias
($who, $alias)
$g->
got_chat_in
($id, $who, $chatflags, $message, $mtime)
$gc->
got_chat_invite
($name, $who, $message, $components)
$g->
got_chat_left
($id)
$gc->
got_im
($who, $msg, $imflags, $mtime)
conversation = $gc->
got_joined_chat
($id, $name)
$gc->
got_typing
($name, $timeout, $state)
$gc->
got_typing_stopped
($name)
$con->
get_info
($a)
$con->
set_info
($a)
$con->
join_chat
($components)
$buddy->
move_buddy
($group1, $group2)
$con->
set_permit_deny
$con->
reject_chat
($components)
$con->
rem_deny
($a)
$con->
rem_permit
($a)
$gc->
send_file
($who, $file)
integer = $con->
send_im
($a, $b, $flags)
integer = $con->
send_typing
($a, $state)
COPYRIGHT
NAME
Gaim::Serv
METHODS
$con->
add_deny
($a)
* $a (string)
$a->
add_permit
($b)
* $b (string)
$buddy->
alias_buddy
$gc->
set_buddyicon
($filename)
* $filename (string)
$con->
chat_invite
($a, $b, $c)
* $a (integer)
* $b (string)
* $c (string)
$a->
chat_leave
($b)
* $b (integer)
integer = $con->
chat_send
($a, $b, $flags)
* $a (integer)
* $b (string)
* $flags (Gaim::MessageFlags)
$con->
chat_whisper
($a, $b, $c)
* $a (integer)
* $b (string)
* $c (string)
$gc->
got_alias
($who, $alias)
* $who (string)
* $alias (string)
$g->
got_chat_in
($id, $who, $chatflags, $message, $mtime)
* $id (integer)
* $who (string)
* $chatflags (Gaim::MessageFlags)
* $message (string)
* $mtime (unix timestamp)
$gc->
got_chat_invite
($name, $who, $message, $components)
* $name (string)
* $who (string)
* $message (string)
* $components (scalar)
$g->
got_chat_left
($id)
* $id (integer)
$gc->
got_im
($who, $msg, $imflags, $mtime)
* $who (string)
* $msg (string)
* $imflags (Gaim::MessageFlags)
* $mtime (unix timestamp)
conversation = $gc->
got_joined_chat
($id, $name)
* $id (integer)
* $name (string)
$gc->
got_typing
($name, $timeout, $state)
* $name (string)
* $timeout (integer)
* $state (Gaim::TypingState)
$gc->
got_typing_stopped
($name)
* $name (string)
$con->
get_info
($a)
* $a (string)
$con->
set_info
($a)
* $a (string)
$con->
join_chat
($components)
* $components (scalar)
$buddy->
move_buddy
($group1, $group2)
* $group1 (Gaim::BuddyList::Group)
* $group2 (Gaim::BuddyList::Group)
$con->
set_permit_deny
$con->
reject_chat
($components)
* $components (scalar)
$con->
rem_deny
($a)
* $a (string)
$con->
rem_permit
($a)
* $a (string)
$gc->
send_file
($who, $file)
* $who (string)
* $file (string)
integer = $con->
send_im
($a, $b, $flags)
* $a (string)
* $b (string)
* $flags (Gaim::MessageFlags)
integer = $con->
send_typing
($a, $state)
* $a (string)
* $state (Gaim::TypingState)
COPYRIGHT
Copyright (C) 2006 The Gaim Team
If this information helped you, consider exiting through your right.
©2006
Max Baker
Sun Apr 27 22:32:28 2008 PST