Mercurial > pidgin
log libpurple/account.h @ 18201:af15bece7097
age | author | description |
---|---|---|
Tue, 19 Jun 2007 21:58:56 +0000 | Sadrul Habib Chowdhury | G_GNUC_NULL_TERMINATED requires a high glib version. So define it to |
Mon, 18 Jun 2007 12:43:44 +0000 | Sadrul Habib Chowdhury | Add G_GNUC_NULL_TERMINATED to a few functions that expect a NULL terminated |
Sat, 16 Jun 2007 19:44:59 +0000 | Richard Laager | Re-fix the DBus list handling code by killing const GList* / const GSList* |
Sat, 16 Jun 2007 19:00:35 +0000 | Richard Laager | disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e' |
Thu, 07 Jun 2007 04:22:42 +0000 | Richard Laager | Mark the return type const for the following functions. I noticed this |
Fri, 22 Jun 2007 11:52:50 +0000 | Andreas Monitzer | Simplified registration callback per request of Sean. |
Fri, 22 Jun 2007 00:05:35 +0000 | Andreas Monitzer | Implemented a callback for a successful registration, supplying the username and password to the application when available, in the way explained by Sean. |