[maemo-commits] [maemo-commits] r12850 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jul 26 16:55:00 EEST 2007
Author: jobi
Date: 2007-07-26 16:54:59 +0300 (Thu, 26 Jul 2007)
New Revision: 12850

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.c
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.h
Log:

2007-07-26  Johan Bilien  <johan.bilien at nokia.com>

	* hildon-desktop-background.[ch]:
	- added _get_filename method



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-26 13:06:36 UTC (rev 12849)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-26 13:54:59 UTC (rev 12850)
@@ -1,3 +1,8 @@
+2007-07-26  Johan Bilien  <johan.bilien at nokia.com>
+
+	* hildon-desktop-background.[ch]:
+	- added _get_filename method
+
 2007-07-26  Moises Martinez  <moises.martinez at nokia.com>
 
 	* src/hd-desktop.c: (hd_desktop_ping_timeout_dialog_response):

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.c	2007-07-26 13:06:36 UTC (rev 12849)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.c	2007-07-26 13:54:59 UTC (rev 12850)
@@ -463,3 +463,11 @@
   return dest;
 
 }
+
+const gchar *
+hildon_desktop_background_get_filename (HildonDesktopBackground *background)
+{
+  g_return_val_if_fail (HILDON_DESKTOP_IS_BACKGROUND (background), NULL);
+
+  return background->priv->filename;
+}

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.h
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.h	2007-07-26 13:06:36 UTC (rev 12849)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-background.h	2007-07-26 13:54:59 UTC (rev 12850)
@@ -121,6 +121,9 @@
 
 void        hildon_desktop_background_cancel    (HildonDesktopBackground *bg);
 
+const gchar *hildon_desktop_background_get_filename
+                                                (HildonDesktopBackground *bg);
+
 G_END_DECLS
 
 #endif /* __HildonDesktop_BACKGROUND_H__ */


More information about the maemo-commits mailing list