summarylogtreecommitdiffstats
path: root/removed-gconf_engine_key_is_writable.patch
diff options
context:
space:
mode:
authorFigue2017-08-28 12:16:07 +0200
committerFigue2017-08-28 12:16:07 +0200
commit9cfed84156bd797e6f640151dc2cd9bf87e5b59f (patch)
tree4614f6c69b171f935ab4c15c7d9514f961165839 /removed-gconf_engine_key_is_writable.patch
parentf77df96455ba02d44ec866dc632f76adef4c2909 (diff)
downloadaur-perl-gnome2-gconf.tar.gz
Removed support for the non-existing symbol, following note at https://bugzilla.redhat.com/show_bug.cgi?id=1197692
Diffstat (limited to 'removed-gconf_engine_key_is_writable.patch')
-rw-r--r--removed-gconf_engine_key_is_writable.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/removed-gconf_engine_key_is_writable.patch b/removed-gconf_engine_key_is_writable.patch
new file mode 100644
index 000000000000..055d9e9df407
--- /dev/null
+++ b/removed-gconf_engine_key_is_writable.patch
@@ -0,0 +1,25 @@
+--- a/xs/GConfEngine.xs 2006-04-13 09:40:26.000000000 +0200
++++ b/xs/GConfEngine.xs 2017-08-28 12:04:46.211443073 +0200
+@@ -350,22 +350,6 @@
+ if (err)
+ gperl_croak_gerror (NULL, err);
+
+-##gboolean gconf_engine_key_is_writable (GConfEngine *conf,
+-## const gchar *key,
+-## GError **err);
+-gboolean
+-gconf_engine_key_is_writable (engine, key)
+- GConfEngine * engine
+- const gchar * key
+- PREINIT:
+- GError *err = NULL;
+- CODE:
+- RETVAL = gconf_engine_key_is_writable (engine, key, &err);
+- if (err)
+- gperl_croak_gerror (NULL, err);
+- OUTPUT:
+- RETVAL
+-
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+ GConfEngine * engine