gtkroomlist responsiveness

Gabriel Schulhof nix at go-nix.ca
Sun Jan 6 11:04:09 EST 2008


On Sun, 2008-01-06 at 17:51 +0200, Gabriel Schulhof wrote:
> On Sun, 2008-01-06 at 07:18 -0800, Sean Egan wrote:
> > On Jan 6, 2008 5:46 AM, Gabriel Schulhof <nix at go-nix.ca> wrote:
> There's also the
> matter of allocating a structure of the form
> 
> struct _AddRoomIdleParams{
>   PurpleRoomlist *list;
>   PurpleRoomlistRoom *room;
> };
> 
> for each idle call, to be passed as a parameter to the idle function,
> because it can't take two parameters. As many of these would have to be
> allocated as there are chat rooms, and freed at the end of the idle
> call's execution.

Strike this one. I think I can append a GList * to PidginRoomlist
indicating how far into PurpleRoomlist.rooms I have processed.




More information about the Devel mailing list