comparison libpurple/log.h @ 16664: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 4f286fc9cdff
children 2177a11e169d
comparison
equal deleted inserted replaced
16661:e2fc81093e88 16664:516f14bef90e
107 /* Attempts to delete the specified log, indicating success or failure */ 107 /* Attempts to delete the specified log, indicating success or failure */
108 gboolean (*remove)(PurpleLog *log); 108 gboolean (*remove)(PurpleLog *log);
109 109
110 /* Tests whether a log is deletable */ 110 /* Tests whether a log is deletable */
111 gboolean (*is_deletable)(PurpleLog *log); 111 gboolean (*is_deletable)(PurpleLog *log);
112
113 void (*_purple_reserved1)(void);
114 void (*_purple_reserved2)(void);
115 void (*_purple_reserved3)(void);
116 void (*_purple_reserved4)(void);
112 }; 117 };
113 118
114 /** 119 /**
115 * A log. Not the wooden type. 120 * A log. Not the wooden type.
116 */ 121 */