diff options
author | Juerg Billeter <j@bitron.ch> | 2008-05-28 21:25:28 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2008-05-28 21:25:28 +0000 |
commit | d6a8c0493807da35bd4a385a80286ea59b8fc072 (patch) | |
tree | 480078d9009596cf20199c532962d3c83dddb008 /vapi/gconf-2.0.vapi | |
parent | 228d1ac93f70281439c2f858f7063a7c2521fde5 (diff) | |
download | vala-d6a8c0493807da35bd4a385a80286ea59b8fc072.tar.gz |
Mark non-GObject classes as compact, fix metadata patterns, fixes bug
2008-05-28 Juerg Billeter <j@bitron.ch>
* vapigen/valagidlparser.vala:
Mark non-GObject classes as compact, fix metadata patterns,
fixes bug 535206
* vapi/cairo.vapi:
Use [Compact] attribute
* vapi/packages/gstreamer-audio-0.10/:
* vapi/packages/gstreamer-check-0.10/:
* vapi/packages/gstreamer-controller-0.10/:
* vapi/packages/gstreamer-dataprotocol-0.10/:
* vapi/packages/gstreamer-fft-0.10/:
* vapi/packages/gstreamer-interfaces-0.10/:
* vapi/packages/gstreamer-net-0.10/:
* vapi/packages/gstreamer-netbuffer-0.10/:
* vapi/packages/gstreamer-pbutils-0.10/:
* vapi/packages/gstreamer-riff-0.10/:
* vapi/packages/gstreamer-rtp-0.10/:
* vapi/packages/gstreamer-rtsp-0.10/:
* vapi/packages/gstreamer-sdp-0.10/:
* vapi/packages/gstreamer-tag-0.10/:
Add missing dependency on gmodule-2.0
* vapi/atk.vapi:
* vapi/gconf-2.0.vapi:
* vapi/gdk-2.0.vapi:
* vapi/gdk-pixbuf-2.0.vapi:
* vapi/gio-2.0.vapi:
* vapi/gio-unix-2.0.vapi:
* vapi/gnet-2.0.vapi:
* vapi/gnome-desktop-2.0.vapi:
* vapi/gnome-keyring-1.vapi:
* vapi/gnome-vfs-2.0.vapi:
* vapi/goocanvas.vapi:
* vapi/gstreamer-0.10.vapi:
* vapi/gstreamer-audio-0.10.vapi:
* vapi/gstreamer-base-0.10.vapi:
* vapi/gstreamer-check-0.10.vapi:
* vapi/gstreamer-controller-0.10.vapi:
* vapi/gstreamer-dataprotocol-0.10.vapi:
* vapi/gstreamer-fft-0.10.vapi:
* vapi/gstreamer-interfaces-0.10.vapi:
* vapi/gstreamer-net-0.10.vapi:
* vapi/gstreamer-netbuffer-0.10.vapi:
* vapi/gstreamer-pbutils-0.10.vapi:
* vapi/gstreamer-riff-0.10.vapi:
* vapi/gstreamer-rtp-0.10.vapi:
* vapi/gstreamer-rtsp-0.10.vapi:
* vapi/gstreamer-sdp-0.10.vapi:
* vapi/gstreamer-video-0.10.vapi:
* vapi/gtk+-2.0.vapi:
* vapi/gtksourceview-2.0.vapi:
* vapi/hildon-1.vapi:
* vapi/hildon-fm-2.vapi:
* vapi/json-glib-1.0.vapi:
* vapi/libglade-2.0.vapi:
* vapi/libgnome-2.0.vapi:
* vapi/libgnome-menu.vapi:
* vapi/libgnomeui-2.0.vapi:
* vapi/libnotify.vapi:
* vapi/liboobs-1.vapi:
* vapi/libsoup-2.2.vapi:
* vapi/libsoup-2.4.vapi:
* vapi/libwnck-1.0.vapi:
* vapi/pango.vapi:
* vapi/pangocairo.vapi:
* vapi/poppler-glib.vapi:
* vapi/vte.vapi:
* vapi/webkit-1.0.vapi:
Regenerated
svn path=/trunk/; revision=1473
Diffstat (limited to 'vapi/gconf-2.0.vapi')
-rw-r--r-- | vapi/gconf-2.0.vapi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vapi/gconf-2.0.vapi b/vapi/gconf-2.0.vapi index 9572831cc..86437232c 100644 --- a/vapi/gconf-2.0.vapi +++ b/vapi/gconf-2.0.vapi @@ -50,6 +50,7 @@ namespace GConf { public enum UnsetFlags { NAMES } + [Compact] [CCode (ref_function = "gconf_engine_ref", unref_function = "gconf_engine_unref", cheader_filename = "gconf/gconf.h")] public class Engine { public weak GLib.SList all_dirs (string dir) throws GLib.Error; @@ -92,6 +93,7 @@ namespace GConf { public void suggest_sync () throws GLib.Error; public bool unset (string key) throws GLib.Error; } + [Compact] [CCode (ref_function = "gconf_entry_ref", unref_function = "gconf_entry_unref", cheader_filename = "gconf/gconf.h")] public class Entry { public weak string key; @@ -112,11 +114,13 @@ namespace GConf { public void set_value_nocopy (GConf.Value val); public weak GConf.Value steal_value (); } + [Compact] [CCode (cheader_filename = "gconf/gconf.h")] public class EnumStringPair { public int enum_value; public weak string str; } + [Compact] [CCode (cheader_filename = "gconf/gconf.h")] public class Listeners { public uint add (string listen_point, void* listener_data, GLib.FreeFunc destroy_notify); @@ -128,6 +132,7 @@ namespace GConf { public void remove (uint cnxn_id); public void remove_if (GConf.ListenersPredicate predicate); } + [Compact] [CCode (cheader_filename = "gconf/gconf.h")] public class MetaInfo { public weak string schema; @@ -142,6 +147,7 @@ namespace GConf { public void set_mod_user (string mod_user); public void set_schema (string schema_name); } + [Compact] [CCode (copy_function = "gconf_schema_copy", cheader_filename = "gconf/gconf.h")] public class Schema { public weak GConf.Schema copy (); @@ -165,6 +171,7 @@ namespace GConf { public void set_short_desc (string desc); public void set_type (GConf.ValueType type); } + [Compact] [CCode (copy_function = "gconf_value_copy", cheader_filename = "gconf/gconf.h")] public class Value { public GConf.ValueType type; @@ -196,6 +203,7 @@ namespace GConf { public void set_string (string the_str); public weak string to_string (); } + [Compact] [CCode (ref_function = "gconf_change_set_ref", unref_function = "gconf_change_set_unref", cheader_filename = "gconf/gconf.h")] public class ChangeSet : GLib.Boxed { public bool check_value (string key, out weak GConf.Value value_retloc); |