Add Friulian translation
[platform/upstream/atk.git] / atk / atknoopobject.h
index 9243053..9c02a19 100644 (file)
  * 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)
 #error "Only <atk/atk.h> can be included directly."
 #endif
 
+#include <atk/atkversion.h>
+
 #ifndef __ATK_NO_OP_OBJECT_H__
 #define __ATK_NO_OP_OBJECT_H__
 
@@ -39,6 +43,7 @@ struct _AtkNoOpObject
   AtkObject     parent;
 };
 
+ATK_AVAILABLE_IN_ALL
 GType atk_no_op_object_get_type (void);
 
 struct _AtkNoOpObjectClass
@@ -46,6 +51,7 @@ struct _AtkNoOpObjectClass
   AtkObjectClass parent_class;
 };
 
+ATK_AVAILABLE_IN_ALL
 AtkObject *atk_no_op_object_new (GObject  *obj);
 
 G_END_DECLS