[maemo-commits] [maemo-commits] r8886 - in projects/haf/branches/maemo-af-desktop/python-hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Dec 29 11:35:08 EET 2006
- Previous message: [maemo-commits] r8885 - projects/haf/branches/maemo-af-desktop/python-hildon-desktop/libhildondesktop
- Next message: [maemo-commits] r8887 - projects/haf/branches/maemo-af-desktop/python-hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2006-12-29 11:35:06 +0200 (Fri, 29 Dec 2006) New Revision: 8886 Added: projects/haf/branches/maemo-af-desktop/python-hildon-desktop/ChangeLog Modified: projects/haf/branches/maemo-af-desktop/python-hildon-desktop/libhildondesktop/hildondesktop.defs Log: 2006-12-29 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildondesktop.defs: update class names to make them valid in the python module. Added: projects/haf/branches/maemo-af-desktop/python-hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildon-desktop/ChangeLog 2006-12-29 09:19:56 UTC (rev 8885) +++ projects/haf/branches/maemo-af-desktop/python-hildon-desktop/ChangeLog 2006-12-29 09:35:06 UTC (rev 8886) @@ -0,0 +1,8 @@ +2006-12-29 Lucas Rocha <lucas.rocha at nokia.com> + + * libhildondesktop/hildondesktop.defs: update class names to make them + valid in the python module. + +2006-12-29 Lucas Rocha <lucas.rocha at nokia.com> + + * Initial import. Modified: projects/haf/branches/maemo-af-desktop/python-hildon-desktop/libhildondesktop/hildondesktop.defs =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildon-desktop/libhildondesktop/hildondesktop.defs 2006-12-29 09:19:56 UTC (rev 8885) +++ projects/haf/branches/maemo-af-desktop/python-hildon-desktop/libhildondesktop/hildondesktop.defs 2006-12-29 09:35:06 UTC (rev 8886) @@ -1,31 +1,31 @@ ;; -*- scheme -*- ; object definitions ... -(define-object DesktopItem - (in-module "Hildon") +(define-object Item + (in-module "HildonDesktop") (parent "GtkBin") (c-name "HildonDesktopItem") - (gtype-id "HILDON_TYPE_DESKTOP_ITEM") + (gtype-id "HILDON_DESKTOP_TYPE_ITEM") ) -(define-object DesktopPanelItem - (in-module "Hildon") +(define-object PanelItem + (in-module "HildonDesktop") (parent "HildonDesktopItem") (c-name "HildonDesktopPanelItem") - (gtype-id "HILDON_TYPE_DESKTOP_PANEL_ITEM") + (gtype-id "HILDON_DESKTOP_TYPE_PANEL_ITEM") ) -(define-object Item - (in-module "Statusbar") +(define-object StatusbarItem + (in-module "HildonDesktop") (parent "HildonDesktopPanelItem") (c-name "StatusbarItem") (gtype-id "STATUSBAR_TYPE_ITEM") ) -(define-object NavigatorItem - (in-module "Task") +(define-object TaskNavigatorItem + (in-module "HildonDesktop") (parent "HildonDesktopPanelItem") (c-name "TaskNavigatorItem") - (gtype-id "TASK_TYPE_NAVIGATOR_ITEM") + (gtype-id "TASKNAVIGATOR_TYPE_ITEM") ) ;; Enumerations and flags ...
- Previous message: [maemo-commits] r8885 - projects/haf/branches/maemo-af-desktop/python-hildon-desktop/libhildondesktop
- Next message: [maemo-commits] r8887 - projects/haf/branches/maemo-af-desktop/python-hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]