[maemo-commits] [maemo-commits] r11298 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 25 15:09:00 EEST 2007
- Previous message: [maemo-commits] r11297 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11299 - projects/haf/tags/osso-af-startup/1.31-1fix3/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-04-25 15:08:59 +0300 (Wed, 25 Apr 2007) New Revision: 11298 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h Log: * src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h: Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need to define ENABLE_UNSTABLE_API in the code that includes these headers. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-04-25 12:07:48 UTC (rev 11297) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-04-25 12:08:59 UTC (rev 11298) @@ -1,5 +1,13 @@ 2007-04-25 Xan Lopez <xan.lopez at nokia.com> + + * src/hildon-bread-crumb-trail.h: + * src/hildon-bread-crumb.h: + + Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need + to define ENABLE_UNSTABLE_API in the code that includes these headers. +2007-04-25 Xan Lopez <xan.lopez at nokia.com> + * examples/hildon-bread-crumb-trail-example.c: * src/Makefile.am: * src/hildon-bread-crumb-trail.c: Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h 2007-04-25 12:07:48 UTC (rev 11297) +++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h 2007-04-25 12:08:59 UTC (rev 11298) @@ -23,6 +23,8 @@ * */ +#ifdef ENABLE_UNSTABLE_API + #ifndef __HILDON_BREAD_CRUMB_TRAIL_H__ #define __HILDON_BREAD_CRUMB_TRAIL_H__ @@ -75,3 +77,5 @@ G_END_DECLS #endif + +#endif /* ENABLE_UNSTABLE_API */ Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h 2007-04-25 12:07:48 UTC (rev 11297) +++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h 2007-04-25 12:08:59 UTC (rev 11298) @@ -23,6 +23,8 @@ * */ +#ifdef ENABLE_UNSTABLE_API + #ifndef __HILDON_BREAD_CRUMB_H__ #define __HILDON_BREAD_CRUMB_H__ @@ -58,3 +60,5 @@ G_END_DECLS #endif + +#endif /* ENABLE_UNSTABLE_API */
- Previous message: [maemo-commits] r11297 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11299 - projects/haf/tags/osso-af-startup/1.31-1fix3/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]