Oops. Replace GType* with GType.
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 16 Jan 2007 10:39:02 +0000 (10:39 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 16 Jan 2007 10:39:02 +0000 (10:39 +0000)
2007-01-16  Behdad Esfahbod  <behdad@gnome.org>

        * examples/renderdemo.c (parse_enum): Oops. Replace GType* with GType.

svn path=/trunk/; revision=2151

ChangeLog
examples/renderdemo.c

index f0f28ad..1ee8c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-01-16  Behdad Esfahbod  <behdad@gnome.org>
 
+       * examples/renderdemo.c (parse_enum): Oops. Replace GType* with GType.
+
+2007-01-16  Behdad Esfahbod  <behdad@gnome.org>
+
        Bug 363510 – Ability to query whether a PangoLayout is effectively
        ellipsized (as opposed to the set_ellpisize()/get_ellipsize() methods
        which only set a request, or return the set request respectively)
index 75a5ca4..ab89b8f 100644 (file)
@@ -334,7 +334,7 @@ do_output (PangoContext     *context,
 }
 
 static gboolean
-parse_enum (GType      *type,
+parse_enum (GType       type,
            int        *value,
            const char *name,
            const char *arg,