build: Add builddir to the docs directories
[platform/upstream/atk.git] / atk / atkgobjectaccessible.h
index 80f05a3..f843370 100644 (file)
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
@@ -45,6 +47,7 @@ struct _AtkGObjectAccessible
   AtkObject parent;
 };
 
+ATK_AVAILABLE_IN_ALL
 GType atk_gobject_accessible_get_type (void);
 
 struct _AtkGObjectAccessibleClass
@@ -55,7 +58,9 @@ struct _AtkGObjectAccessibleClass
   AtkFunction pad2;
 };
 
+ATK_AVAILABLE_IN_ALL
 AtkObject *atk_gobject_accessible_for_object      (GObject           *obj);
+ATK_AVAILABLE_IN_ALL
 GObject   *atk_gobject_accessible_get_object      (AtkGObjectAccessible *obj);
 
 G_END_DECLS