summaryrefslogtreecommitdiff
path: root/atk/atknoopobjectfactory.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/atknoopobjectfactory.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/atknoopobjectfactory.h')
-rwxr-xr-xatk/atknoopobjectfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atknoopobjectfactory.h b/atk/atknoopobjectfactory.h
index 1df9231..c324531 100755
--- a/atk/atknoopobjectfactory.h
+++ b/atk/atknoopobjectfactory.h
@@ -46,9 +46,9 @@ struct _AtkNoOpObjectFactoryClass
AtkObjectFactoryClass parent_class;
};
-GType atk_no_op_object_factory_get_type();
+GType atk_no_op_object_factory_get_type(void);
-AtkObjectFactory *atk_no_op_object_factory_new();
+AtkObjectFactory *atk_no_op_object_factory_new(void);
#ifdef __cplusplus
}