mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +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>
|
2008-04-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 525553 – fix typo and nitpicking in GArray documentation
|
Bug 525553 – fix typo and nitpicking in GArray documentation
|
||||||
|
@@ -409,7 +409,7 @@ struct _MamanBarPrivate {
|
|||||||
gboolean dispose_has_run;
|
gboolean dispose_has_run;
|
||||||
};
|
};
|
||||||
|
|
||||||
static GObjectClass parent_class = NULL;
|
static GObjectClass *parent_class = NULL;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
bar_dispose (GObject *obj)
|
bar_dispose (GObject *obj)
|
||||||
|
Reference in New Issue
Block a user