[maemo-commits] [maemo-commits] r8903 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Dec 29 18:11:59 EET 2006
- Previous message: [maemo-commits] r8902 - projects/haf/branches/maemo-af-desktop/hildon-desktop
- Next message: [maemo-commits] r8904 - in projects/haf/branches/maemo-af-desktop/python-hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2006-12-29 18:11:58 +0200 (Fri, 29 Dec 2006) New Revision: 8903 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h Log: 2006-12-29 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-home-applet.h: removed unused symbols. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-12-29 15:40:17 UTC (rev 8902) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-12-29 16:11:58 UTC (rev 8903) @@ -1,5 +1,9 @@ 2006-12-29 Lucas Rocha <lucas.rocha at nokia.com> + * libhildondesktop/hildon-home-applet.h: removed unused symbols. + +2006-12-29 Lucas Rocha <lucas.rocha at nokia.com> + * configure.ac: make python support optional. To enable it, add --enable-python to configure script. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h 2006-12-29 15:40:17 UTC (rev 8902) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h 2006-12-29 16:11:58 UTC (rev 8903) @@ -111,7 +111,6 @@ * Return value: A @HildonHomeApplet. **/ GtkWidget *hildon_home_applet_new (void); -GtkWidget *hildon_home_applet_new_with_plugin (const gchar *desktop_file); void hildon_home_applet_set_layout_mode (HildonHomeApplet *applet, gboolean layout_mode); @@ -130,9 +129,6 @@ void hildon_home_applet_save_position (HildonHomeApplet *applet, GKeyFile *keyfile); -gint hildon_home_applet_find_by_name (HildonHomeApplet *applet, - const gchar *name); - gboolean hildon_home_applet_get_overlaps (HildonHomeApplet *applet); void hildon_home_applet_set_is_background(HildonHomeApplet *applet,
- Previous message: [maemo-commits] r8902 - projects/haf/branches/maemo-af-desktop/hildon-desktop
- Next message: [maemo-commits] r8904 - in projects/haf/branches/maemo-af-desktop/python-hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]