Mercurial > geeqie
comparison src/cache.c @ 283:e213fb025621
GQVIEW_* -> GQ_*
| author | zas_ |
|---|---|
| date | Tue, 08 Apr 2008 23:16:12 +0000 |
| parents | 9995c5fb202a |
| children | b16b9b8979e5 |
comparison
equal
deleted
inserted
replaced
| 282:c2cb12def9d6 | 283:e213fb025621 |
|---|---|
| 618 const gchar **cache_rc, const gchar **cache_local, const gchar **cache_ext) | 618 const gchar **cache_rc, const gchar **cache_local, const gchar **cache_ext) |
| 619 { | 619 { |
| 620 switch (type) | 620 switch (type) |
| 621 { | 621 { |
| 622 case CACHE_TYPE_THUMB: | 622 case CACHE_TYPE_THUMB: |
| 623 *cache_rc = GQVIEW_CACHE_RC_THUMB; | 623 *cache_rc = GQ_CACHE_RC_THUMB; |
| 624 *cache_local = GQVIEW_CACHE_LOCAL_THUMB; | 624 *cache_local = GQ_CACHE_LOCAL_THUMB; |
| 625 *cache_ext = GQVIEW_CACHE_EXT_THUMB; | 625 *cache_ext = GQ_CACHE_EXT_THUMB; |
| 626 break; | 626 break; |
| 627 case CACHE_TYPE_SIM: | 627 case CACHE_TYPE_SIM: |
| 628 *cache_rc = GQVIEW_CACHE_RC_THUMB; | 628 *cache_rc = GQ_CACHE_RC_THUMB; |
| 629 *cache_local = GQVIEW_CACHE_LOCAL_THUMB; | 629 *cache_local = GQ_CACHE_LOCAL_THUMB; |
| 630 *cache_ext = GQVIEW_CACHE_EXT_SIM; | 630 *cache_ext = GQ_CACHE_EXT_SIM; |
| 631 break; | 631 break; |
| 632 case CACHE_TYPE_METADATA: | 632 case CACHE_TYPE_METADATA: |
| 633 *cache_rc = GQVIEW_CACHE_RC_METADATA; | 633 *cache_rc = GQ_CACHE_RC_METADATA; |
| 634 *cache_local = GQVIEW_CACHE_LOCAL_METADATA; | 634 *cache_local = GQ_CACHE_LOCAL_METADATA; |
| 635 *cache_ext = GQVIEW_CACHE_EXT_METADATA; | 635 *cache_ext = GQ_CACHE_EXT_METADATA; |
| 636 break; | 636 break; |
| 637 } | 637 } |
| 638 } | 638 } |
| 639 | 639 |
| 640 gchar *cache_get_location(CacheType type, const gchar *source, gint include_name, mode_t *mode) | 640 gchar *cache_get_location(CacheType type, const gchar *source, gint include_name, mode_t *mode) |
