[maemo-commits] [maemo-commits] r9288 - in projects/haf/branches/hildon-fm/1.x: . hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 24 14:49:31 EET 2007
- Previous message: [maemo-commits] r9287 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop
- Next message: [maemo-commits] r9289 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-01-24 14:49:30 +0200 (Wed, 24 Jan 2007) New Revision: 9288 Modified: projects/haf/branches/hildon-fm/1.x/ChangeLog projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.h Log: From Daniel Elstner <danielk at openismus.com>. Thanks! * hildon-fm/hildon-file-system-model.h (HildonFileSystemModelClass): Hide this struct by prefixing an underscore to really fix MB#182. Modified: projects/haf/branches/hildon-fm/1.x/ChangeLog =================================================================== --- projects/haf/branches/hildon-fm/1.x/ChangeLog 2007-01-24 12:42:04 UTC (rev 9287) +++ projects/haf/branches/hildon-fm/1.x/ChangeLog 2007-01-24 12:49:30 UTC (rev 9288) @@ -1,3 +1,11 @@ +2007-01-24 Marius Vollmer <marius.vollmer at nokia.com> + + From Daniel Elstner <danielk at openismus.com>. Thanks! + + * hildon-fm/hildon-file-system-model.h + (HildonFileSystemModelClass): Hide this struct by prefixing an + underscore to really fix MB#182. + 2007-01-09 Marius Vollmer <marius.vollmer at nokia.com> * hildon-fm/hildon-file-chooser-dialog.c (set_stub_and_ext): Reset Modified: projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.h =================================================================== --- projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.h 2007-01-24 12:42:04 UTC (rev 9287) +++ projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-system-model.h 2007-01-24 12:49:30 UTC (rev 9288) @@ -106,13 +106,15 @@ HildonFileSystemModelPrivate *priv; }; -typedef struct { +typedef struct _HildonFileSystemModelClass HildonFileSystemModelClass; + +struct _HildonFileSystemModelClass { GObjectClass parent_class; void (*finished_loading) (HildonFileSystemModel *model, GtkTreeIter *iter); void (*device_disconnected) (HildonFileSystemModel *model, GtkTreeIter *iter); -} HildonFileSystemModelClass; +}; GType hildon_file_system_model_get_type(void);
- Previous message: [maemo-commits] r9287 - projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop
- Next message: [maemo-commits] r9289 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]