summaryrefslogtreecommitdiff
path: root/atk/atkobjectfactory.h
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-02-11 16:38:45 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-02-11 16:38:45 +0000
commit59c9d3c27c3bcdf995b712db8699f916aeabb01f (patch)
treeb4ff706c2462dc1bd204a0142bde5adf1e42edc7 /atk/atkobjectfactory.h
parent44b64a02e1822abe2b9e91afe3bb859a7935eadb (diff)
downloadat-spi2-core-59c9d3c27c3bcdf995b712db8699f916aeabb01f.tar.gz
declare function arguments as (void) rather than ()
2002-02-11 jacob berkman <jacob@ximian.com> * atk/atkselection.[ch] (atk_selection_get_type): * atk/atktable.[ch] (atk_table_get_type): * atk/atkregistry.h (atk_get_default_registry): * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): * atk/atkcomponent.[ch] (atk_component_get_type): * atk/atkaction.[ch] (atk_action_get_type): declare function arguments as (void) rather than ()
Diffstat (limited to 'atk/atkobjectfactory.h')
-rwxr-xr-xatk/atkobjectfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobjectfactory.h b/atk/atkobjectfactory.h
index 98c72b13..bbd5981c 100755
--- a/atk/atkobjectfactory.h
+++ b/atk/atkobjectfactory.h
@@ -51,7 +51,7 @@ struct _AtkObjectFactoryClass
GType (* get_accessible_type) (void);
};
-GType atk_object_factory_get_type();
+GType atk_object_factory_get_type(void);
AtkObject* atk_object_factory_create_accessible (AtkObjectFactory *factory, GObject *obj);
void atk_object_factory_invalidate (AtkObjectFactory *factory);