gnome-desktop r5356 - in trunk/libgnome-desktop: . libgnomeui



Author: halfline
Date: Mon Jan 19 22:57:47 2009
New Revision: 5356
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5356&view=rev

Log:
Add "Should clean up API" comment to gnome-bg.h

Right now there are a few functions that could be
methods on the GnomeBG object.  They aren't, and
it doesn't make sense changing it now, but if we
ever want to promote the API as stable it might
make sense to make them that way first.

See:

http://bugzilla.gnome.org/552856#c16

Modified:
   trunk/libgnome-desktop/ChangeLog
   trunk/libgnome-desktop/libgnomeui/gnome-bg.h

Modified: trunk/libgnome-desktop/libgnomeui/gnome-bg.h
==============================================================================
--- trunk/libgnome-desktop/libgnomeui/gnome-bg.h	(original)
+++ trunk/libgnome-desktop/libgnomeui/gnome-bg.h	Mon Jan 19 22:57:47 2009
@@ -106,7 +106,10 @@
 gboolean         gnome_bg_changes_with_size     (GnomeBG               *bg);
 
 
-/* Set a pixmap as root - not a GnomeBG method */
+/* Set a pixmap as root - not a GnomeBG method. At some point
+ * if we decide to stabilize the API then we may want to make
+ * these object methods, drop gnome_bg_create_pixmap, etc.
+ */
 void             gnome_bg_set_pixmap_as_root    (GdkScreen             *screen,
 						 GdkPixmap             *pixmap);
 



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