[maemo-commits] [maemo-commits] r9894 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Feb 15 13:41:53 EET 2007
Author: lucasr
Date: 2007-02-15 13:41:52 +0200 (Thu, 15 Feb 2007)
New Revision: 9894

Modified:
   projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog
   projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs
Log:
2007-02-15  Lucas Rocha  <lucas.rocha at nokia.com>

	* libhildondesktop/hildondesktop.defs: update to match API changes.


Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog	2007-02-15 10:49:01 UTC (rev 9893)
+++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog	2007-02-15 11:41:52 UTC (rev 9894)
@@ -1,3 +1,7 @@
+2007-02-15  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* libhildondesktop/hildondesktop.defs: update to match API changes.
+
 2007-02-06  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* libhildondesktop/Makefile.am, libhildondesktop/hildondesktop.defs,

Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs
===================================================================
--- projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs	2007-02-15 10:49:01 UTC (rev 9893)
+++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs	2007-02-15 11:41:52 UTC (rev 9894)
@@ -355,24 +355,6 @@
   (return-type "GtkWidget*")
 )
 
-(define-method show_information_note
-  (of-object "HildonHomeWindow")
-  (c-name "hildon_home_window_show_information_note")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "text")
-  )
-)
-
-(define-method show_information_banner
-  (of-object "HildonHomeWindow")
-  (c-name "hildon_home_window_show_information_banner")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "text")
-  )
-)
-
 (define-method applets_init
   (of-object "HildonHomeWindow")
   (c-name "hildon_home_window_applets_init")


More information about the maemo-commits mailing list