From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-gnome, devel: 2 more [tiny] patches
Date: Sat, 5 Jul 2014 04:54:58 -0300 [thread overview]
Message-ID: <20140705045458.17f1308e@capac> (raw)
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
Hello,
guile-gnome
devel: fix some more files should not be tracked by git
fix gtk_recent_info_get_application_info should [temporarily] not being wrapped
Attached...
Happy hacking,
David
[-- Attachment #2: 0011-fix-some-more-files-should-not-be-tracked-by-git.patch --]
[-- Type: text/x-patch, Size: 650 bytes --]
From b429e1ac525a3e65a30dc0e1733b69ddd7bf28e7 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Sat, 5 Jul 2014 04:31:51 -0300
Subject: [PATCH 11/12] fix some more files should not be tracked by git
* .gitignore: do not track *.trs, /build-aux/compile and
/build-aux/test-driver files.
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8dbec4c..007fa9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,9 @@ autom4te.cache/
*.log
*.la
*.lo
+*.trs
+/build-aux/compile
+/build-aux/test-driver
/build-aux/config.guess
/build-aux/config.sub
/build-aux/depcomp
--
2.0.0
[-- Attachment #3: 0012-fix-gtk_recent_info_get_application_info-should-temp.patch --]
[-- Type: text/x-patch, Size: 1727 bytes --]
From e70b9e3c623b32cbffa5192688b2460a6b47708a Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Sat, 5 Jul 2014 04:50:47 -0300
Subject: [PATCH 12/12] fix gtk_recent_info_get_application_info should
[temporarily] not being wrapped
* gtk/gnome/overrides/gtk.defs: gtk_recent_info_get_application_info
added to the ignore entries, it definitely needs a special wrapper.
* gtk/tests/gtk/wrapset.api: commenting the
gtk_recent_info_get_application_info related api test.
Note that although it appears as if... this patch is _not_ an API
break: this fucntion _needs_ a special wrapper, and therefore has
never possibly been used by anyone [feel free to prove me wrong of
course]
---
gtk/gnome/overrides/gtk.defs | 1 +
gtk/tests/gtk/wrapset.api | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gtk/gnome/overrides/gtk.defs b/gtk/gnome/overrides/gtk.defs
index 05fe881..57614bc 100644
--- a/gtk/gnome/overrides/gtk.defs
+++ b/gtk/gnome/overrides/gtk.defs
@@ -1211,6 +1211,7 @@
"gtk_recent_chooser_set_sort_func"
"gtk_recent_filter_add_custom"
"gtk_recent_filter_filter"
+ "gtk_recent_info_get_application_info" ;; needs a special wrapper
"gtk_recent_info_get_applications"
"gtk_recent_info_get_groups"
"gtk_recent_manager_add_full"
diff --git a/gtk/tests/gtk/wrapset.api b/gtk/tests/gtk/wrapset.api
index e069696..7f403fd 100644
--- a/gtk/tests/gtk/wrapset.api
+++ b/gtk/tests/gtk/wrapset.api
@@ -4003,7 +4003,7 @@
(gtk-recent-info-get-age
procedure
(arity 0 0 #t))
- (gtk-recent-info-get-application-info
+ #;(gtk-recent-info-get-application-info
procedure
(arity 2 0 #f))
(gtk-recent-info-get-description
--
2.0.0
reply other threads:[~2014-07-05 7:54 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=20140705045458.17f1308e@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).