* src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h:
authorXan Lopez <xan.lopez@nokia.com>
Wed, 25 Apr 2007 12:08:59 +0000 (12:08 +0000)
committerXan Lopez <xan.lopez@nokia.com>
Wed, 25 Apr 2007 12:08:59 +0000 (12:08 +0000)
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.

ChangeLog
src/hildon-bread-crumb-trail.h
src/hildon-bread-crumb.h

index ebae68f..f41032c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 2007-04-25  Xan Lopez  <xan.lopez@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@nokia.com>
        
        * examples/hildon-bread-crumb-trail-example.c:
        * src/Makefile.am:
index d6e4e30..36ac387 100644 (file)
@@ -23,6 +23,8 @@
  *
  */
 
+#ifdef ENABLE_UNSTABLE_API
+
 #ifndef __HILDON_BREAD_CRUMB_TRAIL_H__
 #define __HILDON_BREAD_CRUMB_TRAIL_H__
 
@@ -75,3 +77,5 @@ void hildon_bread_crumb_trail_clear (HildonBreadCrumbTrail *bct);
 G_END_DECLS
 
 #endif
+
+#endif /* ENABLE_UNSTABLE_API */
index 47414c7..c2c17a7 100644 (file)
@@ -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 */