Add missing *.

* gobject/tut_howto.xml: Add missing *.

svn path=/trunk/; revision=6829
This commit is contained in:
Matthias Clasen 2008-04-08 01:54:28 +00:00
parent 755460aea9
commit 43964b2fc1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-04-07 Matthias Clasen <mclasen@redhat.com>
Bug 526572 Missing * in declaration of parent_class in Object
Destruction section of GObject Reference Manual
* gobject/tut_howto.xml: Add missing *.
2008-04-03 Matthias Clasen <mclasen@redhat.com>
Bug 525553 fix typo and nitpicking in GArray documentation

View File

@ -409,7 +409,7 @@ struct _MamanBarPrivate {
gboolean dispose_has_run;
};
static GObjectClass parent_class = NULL;
static GObjectClass *parent_class = NULL;
static void
bar_dispose (GObject *obj)