mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Add missing *.
* gobject/tut_howto.xml: Add missing *. svn path=/trunk/; revision=6829
This commit is contained in:
parent
755460aea9
commit
43964b2fc1
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user