Patches item #1660720, was opened at 2007-02-15 10:51
Message generated for change (Settings changed) made by eblanton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1660720&group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Dossy Shiobara (dossy)
Assigned to: Ethan Blanton (eblanton)
Summary: Add \"gaim::plugins\" to the Tcl plugin

Initial Comment:
In order to [gaim::signal connect] on "plugin-load" and "plugin-unload" 
signals, one needs access to gaim_plugins_get_handle() from Tcl.  The currently 
exposed Tcl "gaim::*" commands do not make this available.

I'm submitting a patch that introduces a new "gaim::plugins" command that 
currently only has one subcommand, "handle", which returns 
gaim_plugins_get_handle().

It would be used like this:

gaim::signal connect [gaim::plugins handle] plugin-load args { ... script ... }

gaim::signal connect [gaim::plugins handle] plugin-unload args { ... script ... 
}


----------------------------------------------------------------------

>Comment By: Ethan Blanton (eblanton)
Date: 2007-02-23 11:19

Message:
Logged In: YES 
user_id=298616
Originator: NO

This patch will be in 2.0.0 when it is released.  How do you wish to be
credited, and represented in COPYRIGHT?  As "Dossy Shiobara"?

Ethan

----------------------------------------------------------------------

Comment By: Dossy Shiobara (dossy)
Date: 2007-02-15 11:08

Message:
Logged In: YES 
user_id=21885
Originator: YES

File Added: patch-tcl_cmd_plugins-r18190.txt

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1660720&group_id=235

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Gaim-patches mailing list
Gaim-patches@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-patches

Reply via email to