diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-11-27 00:37:20 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-11-27 00:37:20 -0500 |
commit | 7ad6bb3eb6ccad80d2e7991516f712d4d8f22dbf (patch) | |
tree | db5350400860a79f8053c39499be2cc641257745 /gtk/gtkaccessible.h | |
parent | 13d5d37bc77f78e5a961adce3f2ccc654c5d9658 (diff) | |
download | gtk+-7ad6bb3eb6ccad80d2e7991516f712d4d8f22dbf.tar.gz |
Un-doc-commentify a comment
Diffstat (limited to 'gtk/gtkaccessible.h')
-rw-r--r-- | gtk/gtkaccessible.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkaccessible.h b/gtk/gtkaccessible.h index 6442b2b851..b9dbf8b822 100644 --- a/gtk/gtkaccessible.h +++ b/gtk/gtkaccessible.h @@ -39,10 +39,9 @@ G_BEGIN_DECLS typedef struct _GtkAccessible GtkAccessible; typedef struct _GtkAccessibleClass GtkAccessibleClass; - /** + /* * This object is a thin wrapper, in the GTK+ namespace, for AtkObject */ - struct _GtkAccessible { AtkObject parent; |