mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
Add missing *.
* gobject/tut_howto.xml: Add missing *. svn path=/trunk/; revision=6829
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user