diff options
| author | Neil Jagdish Patel <njpatel@Pulse> | 2010-07-30 12:05:53 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <njpatel@Pulse> | 2010-07-30 12:05:53 +0100 |
| commit | 3bd8fbe74a709ad2dafb554e16d70e596d568d51 (patch) | |
| tree | 95e73a1c548742fbea07029d8227a05e66a6b1a7 /vapi | |
| parent | 6f9fba35fffd5e433a6eee61f7e9ead441aec085 (diff) | |
intermediate commit
(bzr r403.3.5)
Diffstat (limited to 'vapi')
| -rw-r--r-- | vapi/Bamf-0.2.vapi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vapi/Bamf-0.2.vapi b/vapi/Bamf-0.2.vapi index c5fd8f1ff..07d6c719d 100644 --- a/vapi/Bamf-0.2.vapi +++ b/vapi/Bamf-0.2.vapi @@ -87,6 +87,7 @@ namespace Bamf { [CCode (cheader_filename = "libbamf/libbamf.h")] public class View : GLib.Object { public weak GLib.Object parent; + public unowned GLib.Object get_parent (); public Bamf.ViewPrivate priv; public virtual GLib.List get_children (); public virtual string get_icon (); |
