comparison libpurple/notify.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 b449dc6b8a20
children 4ca97b26a8fb
comparison
equal deleted inserted replaced
16669:e2fc81093e88 16672:516f14bef90e
169 169
170 void *(*notify_uri)(const char *uri); 170 void *(*notify_uri)(const char *uri);
171 171
172 void (*close_notify)(PurpleNotifyType type, void *ui_handle); 172 void (*close_notify)(PurpleNotifyType type, void *ui_handle);
173 173
174 void (*_purple_reserved1)(void);
175 void (*_purple_reserved2)(void);
176 void (*_purple_reserved3)(void);
177 void (*_purple_reserved4)(void);
174 } PurpleNotifyUiOps; 178 } PurpleNotifyUiOps;
175 179
176 180
177 #ifdef __cplusplus 181 #ifdef __cplusplus
178 extern "C" { 182 extern "C" {