declare function arguments as (void) rather than ()
authorjacob berkman <jacob@ximian.com>
Mon, 11 Feb 2002 16:38:45 +0000 (16:38 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Mon, 11 Feb 2002 16:38:45 +0000 (16:38 +0000)
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 ()

14 files changed:
ChangeLog
atk/atkaction.c
atk/atkaction.h
atk/atkcomponent.c
atk/atkcomponent.h
atk/atknoopobjectfactory.c
atk/atknoopobjectfactory.h
atk/atkobjectfactory.c
atk/atkobjectfactory.h
atk/atkregistry.h
atk/atkselection.c
atk/atkselection.h
atk/atktable.c
atk/atktable.h

index a8ba0a4..42b8a0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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 ()
+
 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
 
        * configure.in:
index fbf26f7..201243c 100755 (executable)
@@ -20,7 +20,7 @@
 #include "atkaction.h"
 
 GType
-atk_action_get_type ()
+atk_action_get_type (void)
 {
   static GType type = 0;
 
index d25af79..853d581 100755 (executable)
@@ -64,7 +64,7 @@ struct _AtkActionIface
                                                 const gchar       *desc);
 };
 
-GType atk_action_get_type ();
+GType atk_action_get_type (void);
 
 /*
  * These are the function which would be called by an application with
index f47dc8e..b67ec13 100755 (executable)
@@ -40,7 +40,7 @@ static void      atk_component_real_get_size                 (AtkComponent *comp
                                                               gint         *height);
 
 GType
-atk_component_get_type ()
+atk_component_get_type (void)
 {
   static GType type = 0;
 
index c1b66d0..4d86b9d 100755 (executable)
@@ -94,7 +94,7 @@ struct _AtkComponentIface
                                                  gint           height);
 };
 
-GType atk_component_get_type ();
+GType atk_component_get_type (void);
 
 /* convenience functions */
 
index 5a484f4..2315bfd 100755 (executable)
@@ -30,7 +30,7 @@ static AtkObject* atk_no_op_object_factory_create_accessible (
 static AtkNoOpObjectFactoryClass    *parent_class = NULL;
 
 GType
-atk_no_op_object_factory_get_type ()
+atk_no_op_object_factory_get_type (void)
 {
   static GType type = 0;
 
index 1df9231..c324531 100755 (executable)
@@ -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
 }
index 11d3501..14c7615 100755 (executable)
@@ -25,7 +25,7 @@ static void atk_object_factory_class_init   (AtkObjectFactoryClass        *klass
 static gpointer    parent_class = NULL;
 
 GType
-atk_object_factory_get_type ()
+atk_object_factory_get_type (void)
 {
   static GType type = 0;
 
index 98c72b1..bbd5981 100755 (executable)
@@ -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);
index 52a997d..3ab0414 100644 (file)
@@ -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
 }
index cc157d7..4088fa8 100755 (executable)
@@ -29,7 +29,7 @@ static void atk_selection_base_init (gpointer *g_class);
 static guint atk_selection_signals[LAST_SIGNAL] = { 0 };
 
 GType
-atk_selection_get_type ()
+atk_selection_get_type (void)
 {
   static GType type = 0;
 
index 1059fde..1a7a20b 100755 (executable)
@@ -65,7 +65,7 @@ struct _AtkSelectionIface
   void         (*selection_changed)     (AtkSelection   *selection);
 
 };
-GType atk_selection_get_type ();
+GType atk_selection_get_type (void);
 
 gboolean     atk_selection_add_selection        (AtkSelection   *selection,
                                                  gint           i);
index 012ad53..6f1b644 100755 (executable)
@@ -36,7 +36,7 @@ static void  atk_table_base_init (gpointer *g_class);
 static guint atk_table_signals[LAST_SIGNAL] = { 0 };
 
 GType
-atk_table_get_type ()
+atk_table_get_type (void)
 {
   static GType type = 0;
   
index 2ebe834..1ca8d84 100755 (executable)
@@ -134,7 +134,7 @@ struct _AtkTableIface
   void              (* model_changed)            (AtkTable      *table);
 };
 
-GType atk_table_get_type ();
+GType atk_table_get_type (void);
 
 AtkObject*        atk_table_ref_at               (AtkTable         *table,
                                                   gint             row,