mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Fix some typos
svn path=/trunk/; revision=7927
This commit is contained in:
parent
22771186ce
commit
64bc5d874f
@ -1,3 +1,9 @@
|
|||||||
|
2009-03-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 573128 – A couple of typos in GObject documentation
|
||||||
|
|
||||||
|
* gobject/tut_gobject.xml: Fix some typos. Reported by Dimitri Vorbiev
|
||||||
|
|
||||||
2009-02-17 Matthias Clasen <mclasen@redhat.com>
|
2009-02-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.19.8 ===
|
* === Released 2.19.8 ===
|
||||||
|
@ -571,7 +571,7 @@ maman_bar_get_property (GObject *object,
|
|||||||
static void
|
static void
|
||||||
maman_bar_class_init (MamanBarClass *klass)
|
maman_bar_class_init (MamanBarClass *klass)
|
||||||
{
|
{
|
||||||
GObjectClass *gobject_class = G_OBJECT_CLASS (g_class);
|
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
||||||
GParamSpec *pspec;
|
GParamSpec *pspec;
|
||||||
|
|
||||||
gobject_class->set_property = maman_bar_set_property;
|
gobject_class->set_property = maman_bar_set_property;
|
||||||
@ -583,7 +583,7 @@ maman_bar_class_init (MamanBarClass *klass)
|
|||||||
"no-name-set" /* default value */,
|
"no-name-set" /* default value */,
|
||||||
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE);
|
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE);
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_MAMAN_NAME_NAME,
|
PROP_MAMAN_NAME,
|
||||||
pspec);
|
pspec);
|
||||||
|
|
||||||
pspec = g_param_spec_uchar ("papa-number",
|
pspec = g_param_spec_uchar ("papa-number",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user