[libchamplain] champlain_tile_set_modified_time() takes a const GTimeVal
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] champlain_tile_set_modified_time() takes a const GTimeVal
- Date: Thu, 25 Jun 2009 17:12:38 +0000 (UTC)
commit de9dd5f014f299742b6cb5bf641b01112da6e789
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Tue Jun 16 23:22:00 2009 +0200
champlain_tile_set_modified_time() takes a const GTimeVal
champlain/champlain-tile.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-tile.h b/champlain/champlain-tile.h
index 3bc6d7b..1ce431d 100644
--- a/champlain/champlain-tile.h
+++ b/champlain/champlain-tile.h
@@ -91,7 +91,7 @@ void champlain_tile_set_content (ChamplainTile *self,
void champlain_tile_set_etag (ChamplainTile *self,
const gchar *etag);
void champlain_tile_set_modified_time (ChamplainTile *self,
- GTimeVal *time);
+ const GTimeVal *time);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]