From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001
From: upstream source tree <ports@midipix.org>
Date: Sun, 15 Mar 2015 20:14:05 -0400
Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified
 gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream
 tarball.

downloading a git-generated archive based on the 'upstream' tag
should provide you with a source tree that is binary identical
to the one extracted from the above tarball.

if you have obtained the source via the command 'git clone',
however, do note that line-endings of files in your working
directory might differ from line-endings of the respective
files in the upstream repository.
---
 .../gnu/java/util/prefs/gconf/GConfNativePeer.h    | 64 ++++++++++++++++++++++
 1 file changed, 64 insertions(+)
 create mode 100644 libjava/gnu/java/util/prefs/gconf/GConfNativePeer.h

(limited to 'libjava/gnu/java/util/prefs/gconf')

diff --git a/libjava/gnu/java/util/prefs/gconf/GConfNativePeer.h b/libjava/gnu/java/util/prefs/gconf/GConfNativePeer.h
new file mode 100644
index 000000000..e0e37d7f1
--- /dev/null
+++ b/libjava/gnu/java/util/prefs/gconf/GConfNativePeer.h
@@ -0,0 +1,64 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_java_util_prefs_gconf_GConfNativePeer__
+#define __gnu_java_util_prefs_gconf_GConfNativePeer__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+  namespace gnu
+  {
+    namespace java
+    {
+      namespace util
+      {
+        namespace prefs
+        {
+          namespace gconf
+          {
+              class GConfNativePeer;
+          }
+        }
+      }
+    }
+  }
+}
+
+class gnu::java::util::prefs::gconf::GConfNativePeer : public ::java::lang::Object
+{
+
+public:
+  GConfNativePeer();
+  jboolean nodeExist(::java::lang::String *);
+  jboolean setString(::java::lang::String *, ::java::lang::String *);
+  jboolean unset(::java::lang::String *);
+  ::java::lang::String * getKey(::java::lang::String *);
+  ::java::util::List * getKeys(::java::lang::String *);
+  ::java::util::List * getChildrenNodes(::java::lang::String *);
+  static ::java::lang::String * escapeString(::java::lang::String *);
+  static ::java::lang::String * unescapeString(::java::lang::String *);
+  void suggestSync();
+public: // actually protected
+  void finalize();
+private:
+  static void init_id_cache();
+  static void init_class();
+  static void finalize_class();
+public: // actually protected
+  static jboolean gconf_dir_exists(::java::lang::String *);
+  static jboolean gconf_set_string(::java::lang::String *, ::java::lang::String *);
+  static ::java::lang::String * gconf_get_string(::java::lang::String *);
+  static jboolean gconf_unset(::java::lang::String *);
+  static void gconf_suggest_sync();
+  static ::java::util::List * gconf_all_nodes(::java::lang::String *);
+  static ::java::util::List * gconf_all_keys(::java::lang::String *);
+  static ::java::lang::String * gconf_escape_key(::java::lang::String *);
+  static ::java::lang::String * gconf_unescape_key(::java::lang::String *);
+public:
+  static ::java::lang::Class class$;
+};
+
+#endif // __gnu_java_util_prefs_gconf_GConfNativePeer__
-- 
cgit v1.2.3