eog r4573 - in trunk: . src



Author: csaavedra
Date: Mon May 19 05:20:04 2008
New Revision: 4573
URL: http://svn.gnome.org/viewvc/eog?rev=4573&view=rev

Log:
2008-05-19  Claudio Saavedra  <csaavedra gnome org>

	* src/eog-thumb-view.h: Make all the function prototypes
	match function declarations.



Modified:
   trunk/ChangeLog
   trunk/src/eog-thumb-view.h

Modified: trunk/src/eog-thumb-view.h
==============================================================================
--- trunk/src/eog-thumb-view.h	(original)
+++ trunk/src/eog-thumb-view.h	Mon May 19 05:20:04 2008
@@ -59,26 +59,26 @@
 
 GtkWidget  *eog_thumb_view_new 			    (void);
 
-void	    eog_thumb_view_set_model 		    (EogThumbView *view, 
+void	    eog_thumb_view_set_model 		    (EogThumbView *thumbview, 
 						     EogListStore *store);
 
-void        eog_thumb_view_set_item_height          (EogThumbView *view,
+void        eog_thumb_view_set_item_height          (EogThumbView *thumbview,
 						     gint          height);
 
-guint	    eog_thumb_view_get_n_selected 	    (EogThumbView *view);
+guint	    eog_thumb_view_get_n_selected 	    (EogThumbView *thumbview);
 
-EogImage   *eog_thumb_view_get_first_selected_image (EogThumbView *view);
+EogImage   *eog_thumb_view_get_first_selected_image (EogThumbView *thumbview);
 
-GList      *eog_thumb_view_get_selected_images 	    (EogThumbView *view);
+GList      *eog_thumb_view_get_selected_images 	    (EogThumbView *thumbview);
 
-void        eog_thumb_view_select_single 	    (EogThumbView *view, 
+void        eog_thumb_view_select_single 	    (EogThumbView *thumbview, 
 						     EogThumbViewSelectionChange change);
 
-void        eog_thumb_view_set_current_image	    (EogThumbView *view, 
+void        eog_thumb_view_set_current_image	    (EogThumbView *thumbview, 
 						     EogImage     *image,
 						     gboolean     deselect_other);
 
-void        eog_thumb_view_set_thumbnail_popup      (EogThumbView *view, 
+void        eog_thumb_view_set_thumbnail_popup      (EogThumbView *thumbview, 
 						     GtkMenu      *menu);
 
 G_END_DECLS



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