From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-gnome, devel: fix g_get_current_time should [temporarily] not being wrapped
Date: Sat, 5 Jul 2014 02:40:32 -0300 [thread overview]
Message-ID: <20140705024032.13bafdc8@capac> (raw)
[-- Attachment #1: Type: text/plain, Size: 128 bytes --]
Hello,
guile-gnome
devel: fix g_get_current_time should [temporarily] not being wrapped
Attached...
Happy hacking,
David
[-- Attachment #2: 0010-fix-g_get_current_time-should-temporarily-not-being-.patch --]
[-- Type: text/x-patch, Size: 991 bytes --]
From c9ef3a83a1b0d6ce6fed0fe330749ec2f89b3620 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Sat, 5 Jul 2014 02:38:09 -0300
Subject: [PATCH 10/10] fix g_get_current_time should [temporarily] not being
wrapped
* glib/gnome/overrides/glib.defs: g_get_current_time added to the
ignore list. note that it was not wrapped in previous version
either. this tiny patch does not introduce an api break, it merely
gets rid of unnecessary warnings at compile time.
---
glib/gnome/overrides/glib.defs | 1 +
1 file changed, 1 insertion(+)
diff --git a/glib/gnome/overrides/glib.defs b/glib/gnome/overrides/glib.defs
index 7bf1f21..dd24b26 100644
--- a/glib/gnome/overrides/glib.defs
+++ b/glib/gnome/overrides/glib.defs
@@ -522,6 +522,7 @@
"g_getenv"
"g_get_charset"
"g_get_current_dir"
+ "g_get_current_time" ;; GTimeVal*
"g_get_filename_charsets"
"g_get_language_names"
"g_get_system_data_dirs"
--
2.0.0
reply other threads:[~2014-07-05 5:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140705024032.13bafdc8@capac \
--to=david@altosw.be \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).