Fix typo: declare atk_misc_get_type(), not atk_util_get_type().
authorTor Lillqvist <tml@novell.com>
Sat, 24 Feb 2007 23:56:39 +0000 (23:56 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 24 Feb 2007 23:56:39 +0000 (23:56 +0000)
2007-02-25  Tor Lillqvist  <tml@novell.com>

* atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
atk_util_get_type().

* atk/atk.def: Add atkmisc entry points.

svn path=/trunk/; revision=1153

ChangeLog
atk/atk.def
atk/atkmisc.h

index 38796a0..7ccbea7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-25  Tor Lillqvist  <tml@novell.com>
+
+       * atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
+       atk_util_get_type().
+
+       * atk/atk.def: Add atkmisc entry points.
+
 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
 
        * Makefile.am: Dist MAINTAINERS.
index efde90c..092c3e8 100644 (file)
@@ -76,6 +76,10 @@ EXPORTS
        atk_implementor_ref_accessible
        atk_key_event_type_get_type
        atk_layer_get_type
+       atk_misc_get_instance
+       atk_misc_get_type
+       atk_misc_threads_enter
+       atk_misc_threads_leave
        atk_no_op_object_factory_get_type
        atk_no_op_object_factory_new
        atk_no_op_object_get_type
index 82f51a7..d750e2d 100755 (executable)
@@ -59,7 +59,7 @@ struct _AtkMiscClass
    void   (* threads_leave)                     (AtkMisc *misc);
    gpointer vfuncs[32]; /* future bincompat */
 };
-GType atk_util_get_type (void);
+GType atk_misc_get_type (void);
 
 /*
  * Wrapper for thread lock, i.e. take the thread mutex for the GUI toolkit,