gdl r548 - in trunk: . gdl



Author: jhs
Date: Mon Apr  6 09:06:58 2009
New Revision: 548
URL: http://svn.gnome.org/viewvc/gdl?rev=548&view=rev

Log:
2009-04-06  Joel Holdsworth <joel airwebreathe org uk>

	* gdl/gdl-dock-placeholder.c (gdl_dock_placeholder_new):
	* gdl/gdl-dock-placeholder.h:
	#577938 â gdl_dock_placeholder_new's name param should be const gchar* not gchar*


Modified:
   trunk/ChangeLog
   trunk/gdl/gdl-dock-placeholder.c
   trunk/gdl/gdl-dock-placeholder.h

Modified: trunk/gdl/gdl-dock-placeholder.c
==============================================================================
--- trunk/gdl/gdl-dock-placeholder.c	(original)
+++ trunk/gdl/gdl-dock-placeholder.c	Mon Apr  6 09:06:58 2009
@@ -538,7 +538,7 @@
 /* ----- Public interface ----- */ 
 								   
 GtkWidget * 
-gdl_dock_placeholder_new (gchar            *name,
+gdl_dock_placeholder_new (const gchar     *name,
                           GdlDockObject    *object,
                           GdlDockPlacement  position,
                           gboolean          sticky)

Modified: trunk/gdl/gdl-dock-placeholder.h
==============================================================================
--- trunk/gdl/gdl-dock-placeholder.h	(original)
+++ trunk/gdl/gdl-dock-placeholder.h	Mon Apr  6 09:06:58 2009
@@ -55,7 +55,7 @@
 
 GType       gdl_dock_placeholder_get_type (void);
 
-GtkWidget  *gdl_dock_placeholder_new      (gchar              *name,
+GtkWidget  *gdl_dock_placeholder_new      (const gchar       *name,
                                            GdlDockObject      *object,
                                            GdlDockPlacement    position,
                                            gboolean            sticky);



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