atspi_accessible_new -> _atspi_accessible_new
authorMike Gorse <mgorse@novell.com>
Mon, 29 Aug 2011 19:52:00 +0000 (14:52 -0500)
committerMike Gorse <mgorse@novell.com>
Mon, 29 Aug 2011 19:52:00 +0000 (14:52 -0500)
atspi/atspi-accessible.c
atspi/atspi-accessible.h
atspi/atspi-misc.c
doc/libatspi/tmpl/libatspi-unused.sgml

index ba41048..514efce 100644 (file)
@@ -1431,7 +1431,7 @@ atspi_accessible_get_interfaces (AtspiAccessible *obj)
 }
 
 AtspiAccessible * 
-atspi_accessible_new (AtspiApplication *app, const gchar *path)
+_atspi_accessible_new (AtspiApplication *app, const gchar *path)
 {
   AtspiAccessible *accessible;
   
index d9deffe..f537a1f 100644 (file)
@@ -64,7 +64,7 @@ struct _AtspiAccessibleClass
 GType atspi_accessible_get_type (void); 
 
 AtspiAccessible *
-atspi_accessible_new (AtspiApplication *app, const gchar *path);
+_atspi_accessible_new (AtspiApplication *app, const gchar *path);
 
 gchar * atspi_role_get_name (AtspiRole role);
 
index 02424aa..76174bc 100644 (file)
@@ -229,7 +229,7 @@ ref_accessible (const char *app_name, const char *path)
   {
     if (!app->root)
     {
-      app->root = atspi_accessible_new (app, atspi_path_root);
+      app->root = _atspi_accessible_new (app, atspi_path_root);
       app->root->accessible_parent = atspi_get_desktop (0);
     }
     return g_object_ref (app->root);
@@ -240,7 +240,7 @@ ref_accessible (const char *app_name, const char *path)
   {
     return g_object_ref (a);
   }
-  a = atspi_accessible_new (app, path);
+  a = _atspi_accessible_new (app, path);
   if (!a)
     return NULL;
   g_hash_table_insert (app->hash, g_strdup (a->parent.path), a);
@@ -519,7 +519,7 @@ ref_accessible_desktop (AtspiApplication *app)
     g_object_ref (desktop);
     return desktop;
   }
-  desktop = atspi_accessible_new (app, atspi_path_root);
+  desktop = _atspi_accessible_new (app, atspi_path_root);
   if (!desktop)
   {
     return NULL;
index 0719836..ff0e174 100644 (file)
 @data: 
 @Returns: 
 
-<!-- ##### FUNCTION atspi_hyperlink_new ##### -->
+<!-- ##### FUNCTION atspi_document_get_type ##### -->
 <para>
 
 </para>
 
-@app: 
-@path: 
-@Returns: 
 
-<!-- ##### FUNCTION atspi_image_get_type ##### -->
+<!-- ##### FUNCTION atspi_hyperlink_new ##### -->
 <para>
 
 </para>
 
+@app: 
+@path: 
+@Returns: 
 
-<!-- ##### FUNCTION atspi_document_get_type ##### -->
+<!-- ##### FUNCTION atspi_image_get_type ##### -->
 <para>
 
 </para>