diff options
author | Xan Lopez <xan.lopez@nokia.com> | 2007-04-25 12:08:59 +0000 |
---|---|---|
committer | Xan Lopez <xan.lopez@nokia.com> | 2007-04-25 12:08:59 +0000 |
commit | 473bbfa4177adc17b7f51695297961cdb97b278e (patch) | |
tree | 77c020f4c128874c7bf51e056ef7bf16a491cb16 /src/hildon-bread-crumb.h | |
parent | 50308cca0eb2ce863fc4045334950389963cdcf4 (diff) |
* 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.
Diffstat (limited to 'src/hildon-bread-crumb.h')
-rw-r--r-- | src/hildon-bread-crumb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hildon-bread-crumb.h b/src/hildon-bread-crumb.h index 47414c7..c2c17a7 100644 --- a/src/hildon-bread-crumb.h +++ b/src/hildon-bread-crumb.h @@ -23,6 +23,8 @@ * */ +#ifdef ENABLE_UNSTABLE_API + #ifndef __HILDON_BREAD_CRUMB_H__ #define __HILDON_BREAD_CRUMB_H__ @@ -58,3 +60,5 @@ void hildon_bread_crumb_activated (HildonBreadCrumb *bread_crumb); G_END_DECLS #endif + +#endif /* ENABLE_UNSTABLE_API */ |