Diff of /trunk/src/gpxview.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 204 by harbaum, Mon Nov 23 18:32:06 2009 UTC revision 211 by harbaum, Wed Nov 25 10:13:26 2009 UTC
# Line 289  HildonAppMenu *menu_create(appdata_t *ap Line 289  HildonAppMenu *menu_create(appdata_t *ap
289  #endif  #endif
290  void cachelist_goto_cache(appdata_t *appdata, cache_t *cache);  void cachelist_goto_cache(appdata_t *appdata, cache_t *cache);
291  void gpxlist_goto_cachelist(appdata_t *appdata, gpx_t *gpx);  void gpxlist_goto_cachelist(appdata_t *appdata, gpx_t *gpx);
292    gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);
293    void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);
294    
295  #endif // GPXVIEW_H  #endif // GPXVIEW_H

Legend:
Removed from v.204  
changed lines
  Added in v.211