[maemo-commits] [maemo-commits] r8826 - in projects/haf/trunk/python-hildon: . defs
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 19 22:21:22 EET 2006
- Previous message: [maemo-commits] r8825 - projects/haf/trunk/python-hildon
- Next message: [maemo-commits] r8827 - projects/haf/trunk/pyrex/Demos/embed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: osantana Date: 2006-12-19 22:21:17 +0200 (Tue, 19 Dec 2006) New Revision: 8826 Added: projects/haf/trunk/python-hildon/hildon-0.14.defs Modified: projects/haf/trunk/python-hildon/defs/hildon-file-chooser-dialog.defs projects/haf/trunk/python-hildon/defs/hildon-file-selection.defs Log: added a definition file specific for hildon-0.14 Modified: projects/haf/trunk/python-hildon/defs/hildon-file-chooser-dialog.defs =================================================================== --- projects/haf/trunk/python-hildon/defs/hildon-file-chooser-dialog.defs 2006-12-19 20:21:03 UTC (rev 8825) +++ projects/haf/trunk/python-hildon/defs/hildon-file-chooser-dialog.defs 2006-12-19 20:21:17 UTC (rev 8826) @@ -74,19 +74,3 @@ (return-type "gchar*") ) -(define-method set_show_upnp - (of-object "HildonFileChooserDialog") - (c-name "hildon_file_chooser_dialog_set_show_upnp") - (return-type "none") - (parameters - '("gboolean" "value") - ) -) - -(define-method get_show_upnp - (of-object "HildonFileChooserDialog") - (c-name "hildon_file_chooser_dialog_get_show_upnp") - (return-type "gboolean") -) - - Modified: projects/haf/trunk/python-hildon/defs/hildon-file-selection.defs =================================================================== --- projects/haf/trunk/python-hildon/defs/hildon-file-selection.defs 2006-12-19 20:21:03 UTC (rev 8825) +++ projects/haf/trunk/python-hildon/defs/hildon-file-selection.defs 2006-12-19 20:21:17 UTC (rev 8826) @@ -214,21 +214,6 @@ (return-type "gboolean") ) -(define-method set_column_headers_visible - (of-object "HildonFileSelection") - (c-name "hildon_file_selection_set_column_headers_visible") - (return-type "none") - (parameters - '("gboolean" "visible") - ) -) - -(define-method get_column_headers_visible - (of-object "HildonFileSelection") - (c-name "hildon_file_selection_get_column_headers_visible") - (return-type "gboolean") -) - (define-method set_filter (of-object "HildonFileSelection") (c-name "hildon_file_selection_set_filter") @@ -274,13 +259,4 @@ (return-type "none") ) -(define-method move_cursor_to_uri - (of-object "HildonFileSelection") - (c-name "hildon_file_selection_move_cursor_to_uri") - (return-type "none") - (parameters - '("const-gchar*" "uri") - ) -) - Added: projects/haf/trunk/python-hildon/hildon-0.14.defs =================================================================== --- projects/haf/trunk/python-hildon/hildon-0.14.defs 2006-12-19 20:21:03 UTC (rev 8825) +++ projects/haf/trunk/python-hildon/hildon-0.14.defs 2006-12-19 20:21:17 UTC (rev 8826) @@ -0,0 +1,50 @@ +(include "hildon.defs") +(include "defs/hildon-color-chooser-button.defs") +(include "defs/hildon-color-chooser-dialog.defs") +(include "defs/hildon-color-chooser.defs") +(include "defs/hildon-plugin-widget.defs") + + +; hildon-file-chooser-dialog.defs +(define-method set_show_upnp + (of-object "HildonFileChooserDialog") + (c-name "hildon_file_chooser_dialog_set_show_upnp") + (return-type "none") + (parameters + '("gboolean" "value") + ) +) + +(define-method get_show_upnp + (of-object "HildonFileChooserDialog") + (c-name "hildon_file_chooser_dialog_get_show_upnp") + (return-type "gboolean") +) + +; hildon-file-selection.defs +(define-method move_cursor_to_uri + (of-object "HildonFileSelection") + (c-name "hildon_file_selection_move_cursor_to_uri") + (return-type "none") + (parameters + '("const-gchar*" "uri") + ) +) + +; hildon-file-selection.defs +(define-method set_column_headers_visible + (of-object "HildonFileSelection") + (c-name "hildon_file_selection_set_column_headers_visible") + (return-type "none") + (parameters + '("gboolean" "visible") + ) +) + +(define-method get_column_headers_visible + (of-object "HildonFileSelection") + (c-name "hildon_file_selection_get_column_headers_visible") + (return-type "gboolean") +) + +
- Previous message: [maemo-commits] r8825 - projects/haf/trunk/python-hildon
- Next message: [maemo-commits] r8827 - projects/haf/trunk/pyrex/Demos/embed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]