gir-repository r278 - in trunk: . gir



Author: otaylor
Date: Fri Jan 16 20:49:45 2009
New Revision: 278
URL: http://svn.gnome.org/viewvc/gir-repository?rev=278&view=rev

Log:
Fix annotation for gtk_recent_info_get_application_info()

app_exec parameter is returned as a pointer to internal data
so needs the (transfer none) annotation.

Modified:
   trunk/ChangeLog
   trunk/gir/Gtk-custom.c

Modified: trunk/gir/Gtk-custom.c
==============================================================================
--- trunk/gir/Gtk-custom.c	(original)
+++ trunk/gir/Gtk-custom.c	Fri Jan 16 20:49:45 2009
@@ -1015,7 +1015,7 @@
 
 /**
  * gtk_recent_info_get_application_info:
- * @app_exec: (out):
+ * @app_exec: (transfer none) (out):
  * @count: (out):
  * @time_: (out):
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]