[monkey-bubble: 117/753] All _get_type functions are now G_GNUC_CONST to make things just a tad



commit a2f1cb8adb6af17f59eaf692d9040086fc4e0d5f
Author: George Lebl <jirka 5z com>
Date:   Fri Sep 1 08:32:29 2000 +0000

    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.

 libgnomeui/gnome-scores.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.h b/libgnomeui/gnome-scores.h
index d59b560..bb13308 100644
--- a/libgnomeui/gnome-scores.h
+++ b/libgnomeui/gnome-scores.h
@@ -76,7 +76,7 @@ struct _GnomeScoresClass
   GnomeDialogClass parent_class;
 };
 
-guint      gnome_scores_get_type (void);
+guint      gnome_scores_get_type (void) G_GNUC_CONST;
 
 /* Does all the work of displaying the best scores. 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]