[maemo-commits] [maemo-commits] r12921 - projects/haf/trunk/hildon-fm/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jul 30 18:04:10 EEST 2007
- Previous message: [maemo-commits] r12920 - projects/haf/trunk/hildon-fm
- Next message: [maemo-commits] r12922 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-07-30 18:04:01 +0300 (Mon, 30 Jul 2007) New Revision: 12921 Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-settings.h Log: Use proper prototypes, stupid. Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-settings.h =================================================================== --- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-settings.h 2007-07-30 14:41:03 UTC (rev 12920) +++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-settings.h 2007-07-30 15:04:01 UTC (rev 12921) @@ -75,8 +75,8 @@ /* Returns TRUE, if async queries have finished */ gboolean _hildon_file_system_settings_ready(HildonFileSystemSettings *self); -GKeyFile *hildon_file_system_open_user_settings (); -void hildon_file_system_write_user_settings (); +GKeyFile *hildon_file_system_open_user_settings (void); +void hildon_file_system_write_user_settings (GKeyFile *); G_END_DECLS
- Previous message: [maemo-commits] r12920 - projects/haf/trunk/hildon-fm
- Next message: [maemo-commits] r12922 - projects/haf/trunk/hildon-fm/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]