Revision: 2154
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2154&view=rev
Author: jcsjcs
Date: 2008-11-30 10:45:21 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
* src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at the
end of a declaration as this can cause problems with some
compilers (and doesn't seem to make sense in the first
place). Thanks to Tim Mooney.
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/db-parse-context.h
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2008-11-17 19:56:43 UTC (rev 2153)
+++ libgpod/trunk/ChangeLog 2008-11-30 10:45:21 UTC (rev 2154)
@@ -1,3 +1,10 @@
+2008-11-30 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at the
+ end of a declaration as this can cause problems with some
+ compilers (and doesn't seem to make sense in the first
+ place). Thanks to Tim Mooney.
+
2008-11-17 Christophe Fergeau <[EMAIL PROTECTED]>
* src/ithumb-writer.c: rework the way we calculate that thumbnails
Modified: libgpod/trunk/src/db-parse-context.h
===================================================================
--- libgpod/trunk/src/db-parse-context.h 2008-11-17 19:56:43 UTC (rev
2153)
+++ libgpod/trunk/src/db-parse-context.h 2008-11-30 10:45:21 UTC (rev
2154)
@@ -56,7 +56,7 @@
db_parse_context_set_total_len (DBParseContext *ctx, off_t len);
G_GNUC_INTERNAL off_t
-db_parse_context_get_remaining_length (DBParseContext *ctx) G_GNUC_INTERNAL;
+db_parse_context_get_remaining_length (DBParseContext *ctx);
G_GNUC_INTERNAL DBParseContext *
db_parse_context_get_sub_context (DBParseContext *ctx, off_t offset);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2