summaryrefslogtreecommitdiff
path: root/atk/atkregistry.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/atkregistry.h
parent44b64a02e1822abe2b9e91afe3bb859a7935eadb (diff)
downloadatk-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/atkregistry.h')
-rw-r--r--atk/atkregistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkregistry.h b/atk/atkregistry.h
index 52a997d..3ab0414 100644
--- a/atk/atkregistry.h
+++ b/atk/atkregistry.h
@@ -59,7 +59,7 @@ GType atk_registry_get_factory_type (AtkRegistry *registry,
AtkObjectFactory* atk_registry_get_factory (AtkRegistry *registry,
GType type);
-AtkRegistry* atk_get_default_registry ();
+AtkRegistry* atk_get_default_registry (void);
#ifdef __cplusplus
}