Pidgin source code help

Etan Reisner pidgin at unreliablesource.net
Wed Jun 17 10:34:02 EDT 2009


On Wed, Jun 17, 2009 at 12:25:25PM +0530, evanescent wrote:
> Hi All,
> I am currently developing a plugin for pidgin.
> This plugin is for creating an account for bonjour protocol and publish it.
> Now when I go through pidgin source code I found that the very first method
> call that creates and publish account is
> static void bonjour_login(PurpleAccount *account) .
>
> But I could not find from where this method is called.
> i.e I want to find where this PurpleAccount structure is initialized and
> call this method(bonjour_login(...)) in bonjour.c file?
>
> Thanks.

PurpleAccounts are created and manipulated using the accounts api, which you
can find in the documentation
(http://developer.pidgin.im/doxygen/dev/html/account_8h.html).

    -Etan




More information about the Devel mailing list