Version 2.36.0
[platform/upstream/atk.git] / atk / atknoopobjectfactory.h
index 56eddb3..2cd69f4 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.
  */
 
+#ifndef __ATK_NO_OP_OBJECT_FACTORY_H__
+#define __ATK_NO_OP_OBJECT_FACTORY_H__
+
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
 #error "Only <atk/atk.h> can be included directly."
 #endif
 
-#ifndef __ATK_NO_OP_OBJECT_FACTORY_H__
-#define __ATK_NO_OP_OBJECT_FACTORY_H__
-
 #include <atk/atkobjectfactory.h>
 
 G_BEGIN_DECLS
@@ -46,8 +48,10 @@ struct _AtkNoOpObjectFactoryClass
   AtkObjectFactoryClass parent_class;
 };
 
+ATK_AVAILABLE_IN_ALL
 GType atk_no_op_object_factory_get_type(void);
 
+ATK_AVAILABLE_IN_ALL
 AtkObjectFactory *atk_no_op_object_factory_new(void);
 
 G_END_DECLS