X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atspi%2Fatspi-table.h;h=1295df113f3a7402983733dfcb0e49f01896d852;hb=e1d5412b33463fd2f45dea400c45b107d0c78f42;hp=fb18d57dbc9bf13851ef8fd0b203ec71d3beec17;hpb=763653e95fe6fca98dffb96b791dd5b94777e971;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atspi/atspi-table.h b/atspi/atspi-table.h index fb18d57..1295df1 100644 --- a/atspi/atspi-table.h +++ b/atspi/atspi-table.h @@ -4,6 +4,7 @@ * * Copyright 2002 Ximian, Inc. * 2002 Sun Microsystems Inc. + * Copyright 2010, 2011 Novell, Inc. * * * This library is free software; you can redistribute it and/or @@ -31,6 +32,8 @@ #include "atspi-types.h" +G_BEGIN_DECLS + #define ATSPI_TYPE_TABLE (atspi_table_get_type ()) #define ATSPI_IS_TABLE(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_TABLE) #define ATSPI_TABLE(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_TABLE, AtspiTable) @@ -97,4 +100,6 @@ gboolean atspi_table_get_row_column_extents_at_index (AtspiTable *obj, gint inde gboolean atspi_table_is_selected (AtspiTable *obj, gint row, gint column, GError **error); +G_END_DECLS + #endif /* _ATSPI_TABLE_H_ */