diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-11-06 05:44:29 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-02-09 04:12:25 +0100 |
commit | 2adef27d7b16612e0a4f2f0cffee1a726a660fcd (patch) | |
tree | 5c56294fa0ccaa0b2839381d12ef32deb92cea58 /gtk/gtkaccellabel.h | |
parent | db45d38b6fbbf19653c1294fdd0b87fb2469a94d (diff) | |
download | gtk+-2adef27d7b16612e0a4f2f0cffee1a726a660fcd.tar.gz |
Move documentation to inline comments: GtkAccelLabel
https://bugzilla.gnome.org/show_bug.cgi?id=403485
Diffstat (limited to 'gtk/gtkaccellabel.h')
-rw-r--r-- | gtk/gtkaccellabel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkaccellabel.h b/gtk/gtkaccellabel.h index 8703f52875..9ae54b2f8f 100644 --- a/gtk/gtkaccellabel.h +++ b/gtk/gtkaccellabel.h @@ -51,6 +51,12 @@ G_BEGIN_DECLS typedef struct _GtkAccelLabel GtkAccelLabel; typedef struct _GtkAccelLabelClass GtkAccelLabelClass; +/** + * GtkAccelLabel: + * + * The #GtkAccelLabel-struct struct contains private data only, and + * should be accessed using the functions below. + */ struct _GtkAccelLabel { GtkLabel label; |