[tracker/extractor-dev: 14/17] libtracker-extract: Moved exif section docs out of #ifdef
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/extractor-dev: 14/17] libtracker-extract: Moved exif section docs out of #ifdef
- Date: Tue, 9 Mar 2010 17:46:37 +0000 (UTC)
commit 9e0ffddbe1d25c430502ffdce326ca34f35d60d7
Author: Martyn Russell <martyn lanedo com>
Date: Tue Mar 9 14:33:50 2010 +0000
libtracker-extract: Moved exif section docs out of #ifdef
src/libtracker-extract/tracker-exif.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-extract/tracker-exif.c b/src/libtracker-extract/tracker-exif.c
index f35d62c..675750d 100644
--- a/src/libtracker-extract/tracker-exif.c
+++ b/src/libtracker-extract/tracker-exif.c
@@ -36,13 +36,11 @@
#define EXIF_DATE_FORMAT "%Y:%m:%d %H:%M:%S"
-#ifndef HAVE_STRCASESTR
-
/**
* SECTION:tracker-exif
* @short_description: Exchangeable Image File Format (EXIF)
* @stability: Stable
- * @include: libtracker-extract/tracker-exif.h
+ * @include: libtracker-extract/tracker-extract.h
*
* Exchangeable Image File Format (EXIF) is a specification for the
* image file format used by digital cameras. The specification uses
@@ -54,6 +52,8 @@
* using these standards.
**/
+#ifndef HAVE_STRCASESTR
+
static gchar *
strcasestr (const gchar *haystack,
const gchar *needle)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]