diff options
author | Bill Haneman <billh@src.gnome.org> | 2001-04-27 10:35:20 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2001-04-27 10:35:20 +0000 |
commit | 0b6cbf46c34dd00a2167373ff7b82e48aff19ae8 (patch) | |
tree | 8c9d2cca0c876ddff172ff0c1f6ac93c46e7a91d /atk/atkcomponent.h | |
parent | 137114f8e608e7bc0b3091fbe4bcc58341ec9837 (diff) | |
download | atk-0b6cbf46c34dd00a2167373ff7b82e48aff19ae8.tar.gz |
Latest rev (previous commit was out of date). Added README and NEWS.
Diffstat (limited to 'atk/atkcomponent.h')
-rwxr-xr-x | atk/atkcomponent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h index 42c21e5..5e1b63f 100755 --- a/atk/atkcomponent.h +++ b/atk/atkcomponent.h @@ -42,6 +42,7 @@ extern "C" { #define _TYPEDEF_ATK_COMPONENT_ typedef struct _AtkComponent AtkComponent; #endif +typedef struct _AtkComponentIface AtkComponentIface; typedef void (*AtkFocusHandler) (AtkObject*, gboolean); |