summaryrefslogtreecommitdiff
path: root/vapi/libsexy.vapi
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2009-01-14 22:44:41 +0000
committerJürg Billeter <juergbi@src.gnome.org>2009-01-14 22:44:41 +0000
commitd18e5da27d158c88d68a4b2518dc3463f2a1c3a8 (patch)
tree3d393b3ac1889e472abd0fba7d49064373b300d0 /vapi/libsexy.vapi
parent702133557cf58a343c775ac5ca5e91135462dc7f (diff)
downloadvala-d18e5da27d158c88d68a4b2518dc3463f2a1c3a8.tar.gz
Improve output for owned property getters
2009-01-14 Jürg Billeter <j@bitron.ch> * vala/valacodewriter.vala: Improve output for owned property getters * vapigen/valagidlparser.vala: Getters of properties without accessor have to return owned value * vapi/: regenerated svn path=/trunk/; revision=2340
Diffstat (limited to 'vapi/libsexy.vapi')
-rw-r--r--vapi/libsexy.vapi12
1 files changed, 6 insertions, 6 deletions
diff --git a/vapi/libsexy.vapi b/vapi/libsexy.vapi
index 3f727bdf5..3ab335b0d 100644
--- a/vapi/libsexy.vapi
+++ b/vapi/libsexy.vapi
@@ -1,11 +1,11 @@
-/* libsexy.vapi generated by lt-vapigen, do not modify. */
+/* libsexy.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Sexy", lower_case_cprefix = "sexy_")]
namespace Sexy {
[CCode (cheader_filename = "libsexy/sexy.h")]
public class IconEntry : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
public void add_clear_button ();
- public weak Gtk.Image get_icon (Sexy.IconEntryPosition position);
+ public unowned Gtk.Image get_icon (Sexy.IconEntryPosition position);
public bool get_icon_highlight (Sexy.IconEntryPosition position);
[CCode (type = "GtkWidget*", has_construct_function = false)]
public IconEntry ();
@@ -19,9 +19,9 @@ namespace Sexy {
public void activate_default_languages ();
public bool activate_language (string lang) throws GLib.Error;
public void deactivate_language (string lang);
- public weak GLib.SList get_active_languages ();
- public weak string get_language_name (string lang);
- public weak GLib.SList get_languages ();
+ public unowned GLib.SList get_active_languages ();
+ public unowned string get_language_name (string lang);
+ public unowned GLib.SList get_languages ();
public bool is_checked ();
public bool language_is_active (string lang);
[CCode (type = "GtkWidget*", has_construct_function = false)]
@@ -44,7 +44,7 @@ namespace Sexy {
[CCode (type = "GtkWidget*", has_construct_function = false)]
public TreeView ();
public void set_tooltip_label_column (uint column);
- public virtual signal weak Gtk.Widget get_tooltip (Gtk.TreePath path, Gtk.TreeViewColumn column);
+ public virtual signal unowned Gtk.Widget get_tooltip (Gtk.TreePath path, Gtk.TreeViewColumn column);
}
[CCode (cheader_filename = "libsexy/sexy.h")]
public class UrlLabel : Gtk.Label, Atk.Implementor, Gtk.Buildable {