unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-gnome, devel: 2 more [tiny] patches
@ 2014-07-05  7:54 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2014-07-05  7:54 UTC (permalink / raw)
  To: guile-devel

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-05  7:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-05  7:54 guile-gnome, devel: 2 more [tiny] patches David Pirotte

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).