[maemo-commits] [maemo-commits] r8770 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Dec 14 19:59:46 EET 2006
- Previous message: [maemo-commits] r8769 - projects/haf/tags/osso-application-installer
- Next message: [maemo-commits] r8771 - in projects/haf/branches/osso-gnome-vfs2/2-16-upstream-merge: debian modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2006-12-14 19:59:46 +0200 (Thu, 14 Dec 2006) New Revision: 8770 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-plugin.h Log: * libhildondesktop/hildon-desktop-plugin.h: Removed silly declaration in macros. * ChangeLog updated. Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-12-14 17:37:47 UTC (rev 8769) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2006-12-14 17:59:46 UTC (rev 8770) @@ -1,3 +1,8 @@ +2006-12-14 Moises Martinez <moises.martinez at nokia.com> + + * libhildondesktop/hildon-desktop-plugin.h: Removed silly declaration + in macros. + 2006-12-14 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-plugin-loader-factory.c: add support for new API plugin Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-plugin.h =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-plugin.h 2006-12-14 17:37:47 UTC (rev 8769) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-desktop-plugin.h 2006-12-14 17:59:46 UTC (rev 8770) @@ -42,11 +42,11 @@ #define HILDON_DESKTOP_PLUGIN_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), HILDON_DESKTOP_TYPE_PLUGIN, HildonDesktopPluginClass)) #define HILDON_DESKTOP_PLUGIN_SYMBOLS(o) \ -static void hildon_desktop_plugin_load (HildonDesktopPlugin *plugin) \ +G_MODULE_EXPORT void hildon_desktop_plugin_load (HildonDesktopPlugin *plugin) \ { \ hildon_desktop_plugin_add_type (plugin, o##_get_type()); \ } \ -static void hildon_desktop_plugin_unload (HildonDesktopPlugin *plugin) \ +G_MODULE_EXPORT void hildon_desktop_plugin_unload (HildonDesktopPlugin *plugin) \ { \ }
- Previous message: [maemo-commits] r8769 - projects/haf/tags/osso-application-installer
- Next message: [maemo-commits] r8771 - in projects/haf/branches/osso-gnome-vfs2/2-16-upstream-merge: debian modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]