From 22ae017ffd3052c0b81822b2ca6e41626b76b9c4 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 8 Jun 2010 16:40:35 +0200 Subject: Support the (transfer) annotation for properties. * girepository/*: Add g_property_info_get_ownership_transfer() and write the transfer attribute of properties into the typelib. * giscanner/*: Parse the (transfer) annotation and write it into the .gir. * tools/generate.c: Read the transfer annotation for properties and write to the .tgir. https://bugzilla.gnome.org/show_bug.cgi?id=620484 --- docs/reference/gi-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/reference/gi-sections.txt b/docs/reference/gi-sections.txt index 5f8f46c3..6080f9fc 100644 --- a/docs/reference/gi-sections.txt +++ b/docs/reference/gi-sections.txt @@ -108,6 +108,7 @@ g_signal_info_true_stops_emit GIPropertyInfo g_property_info_get_flags g_property_info_get_type +g_property_info_get_ownership_transfer
-- cgit v1.2.1