summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-09-01 08:32:29 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-09-01 08:32:29 +0000
commit4ef510e4b38e3ed71a7ee324d88b452716db5f82 (patch)
tree47a55248eb7e9804484cd9b65747be33b1e8adba
parentc2c8ca91e9d83d8c2fae5598a9f5b9b635b12d16 (diff)
downloadgnome-desktop-4ef510e4b38e3ed71a7ee324d88b452716db5f82.tar.gz
All _get_type functions are now G_GNUC_CONST to make things just a tad
Fri Sep 01 03:33:09 2000 George Lebl <jirka@5z.com> * *.h: All _get_type functions are now G_GNUC_CONST to make things just a tad better optimized on gcc.
-rw-r--r--libgnome-desktop/gnome-ditem-edit.h2
-rw-r--r--libgnome-desktop/libgnomeui/gnome-ditem-edit.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgnome-desktop/gnome-ditem-edit.h b/libgnome-desktop/gnome-ditem-edit.h
index bab0f1e8..40b06f34 100644
--- a/libgnome-desktop/gnome-ditem-edit.h
+++ b/libgnome-desktop/gnome-ditem-edit.h
@@ -71,7 +71,7 @@ struct _GnomeDItemEditClass {
void (* name_changed) (GnomeDItemEdit * gee);
};
-guint gnome_ditem_edit_get_type (void);
+guint gnome_ditem_edit_get_type (void) G_GNUC_CONST;
/*create a new ditem and get the children using the below functions
or use the utility new_notebook below*/
diff --git a/libgnome-desktop/libgnomeui/gnome-ditem-edit.h b/libgnome-desktop/libgnomeui/gnome-ditem-edit.h
index bab0f1e8..40b06f34 100644
--- a/libgnome-desktop/libgnomeui/gnome-ditem-edit.h
+++ b/libgnome-desktop/libgnomeui/gnome-ditem-edit.h
@@ -71,7 +71,7 @@ struct _GnomeDItemEditClass {
void (* name_changed) (GnomeDItemEdit * gee);
};
-guint gnome_ditem_edit_get_type (void);
+guint gnome_ditem_edit_get_type (void) G_GNUC_CONST;
/*create a new ditem and get the children using the below functions
or use the utility new_notebook below*/