~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy/empathy-auth-factory.h

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-21 15:12:56 UTC
  • mfrom: (1.1.84)
  • Revision ID: package-import@ubuntu.com-20111221151256-9b1pny75wphfmqd6
Tags: 3.3.3-0ubuntu1
* New upstream version
  - Require folks >= 0.6.6 (LP: #907501)
* debian/control
  - bump build depends for folks to >= 0.6.6
* debian/watch
  - use the .xz file

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
gboolean empathy_auth_factory_register (EmpathyAuthFactory *self,
65
65
    GError **error);
66
66
 
 
67
void empathy_auth_factory_save_retry_password (EmpathyAuthFactory *self,
 
68
    TpAccount *account,
 
69
    const gchar *password);
 
70
 
67
71
G_END_DECLS
68
72
 
69
73
#endif /* #ifndef __EMPATHY_AUTH_FACTORY_H__*/