Add a public GType getter for AtspiAccessible
authorColin Walters <walters@verbum.org>
Tue, 26 Oct 2010 14:44:01 +0000 (10:44 -0400)
committerColin Walters <walters@verbum.org>
Tue, 26 Oct 2010 14:44:01 +0000 (10:44 -0400)
atspi/atspi-accessible.h

index 56e2888..dce3d5c 100644 (file)
@@ -67,6 +67,8 @@ struct _AtspiAccessibleClass
   GObjectClass parent_class;
 };
 
+GType atspi_accessible_get_type (void); 
+
 AtspiAccessible *
 atspi_accessible_new ();