Mercurial > pidgin.yaz
changeset 21404:2e60aae8b9c5
Add some padding to PidginMiniDialogClass. Padding is not needed in
PidginMiniDialog --- fields can be added to the private struct and be accessed
through gobject properties.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sun, 04 Nov 2007 15:57:38 +0000 |
parents | 0f029f9a75e1 |
children | 7ea1f93cffe2 |
files | pidgin/minidialog.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/minidialog.h Sun Nov 04 15:54:49 2007 +0000 +++ b/pidgin/minidialog.h Sun Nov 04 15:57:38 2007 +0000 @@ -89,6 +89,11 @@ /** The class of #PidginMiniDialog objects. */ typedef struct { GtkBoxClass parent_class; + + void (*_purple_reserved1) (void); + void (*_purple_reserved2) (void); + void (*_purple_reserved3) (void); + void (*_purple_reserved4) (void); } PidginMiniDialogClass; /** The type of a callback triggered by a button in a mini-dialog being pressed.