comparison libpurple/account.h @ 16672:516f14bef90e

Initial addition of padding for ui_ops and other class-like structs
author Gary Kramlich <grim@reaperworld.com>
date Sun, 29 Apr 2007 22:02:47 +0000
parents 4fc51a87ce42
children 84638e3af1bc 4ca97b26a8fb
comparison
equal deleted inserted replaced
16669:e2fc81093e88 16672:516f14bef90e
64 const char *message); 64 const char *message);
65 void *(*request_authorize)(PurpleAccount *account, const char *remote_user, const char *id, 65 void *(*request_authorize)(PurpleAccount *account, const char *remote_user, const char *id,
66 const char *alias, const char *message, gboolean on_list, 66 const char *alias, const char *message, gboolean on_list,
67 GCallback authorize_cb, GCallback deny_cb, void *user_data); 67 GCallback authorize_cb, GCallback deny_cb, void *user_data);
68 void (*close_account_request)(void *ui_handle); 68 void (*close_account_request)(void *ui_handle);
69
70 void (*_purple_reserved1)(void);
71 void (*_purple_reserved2)(void);
72 void (*_purple_reserved3)(void);
73 void (*_purple_reserved4)(void);
69 }; 74 };
70 75
71 struct _PurpleAccount 76 struct _PurpleAccount
72 { 77 {
73 char *username; /**< The username. */ 78 char *username; /**< The username. */