[gtk+] gtkicontheme: Mark copy/free compat symbols as skip



commit 489a10f4884fce14dc2786dbf17fe0b5b7d3f0aa
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Feb 15 19:48:48 2013 -0500

    gtkicontheme: Mark copy/free compat symbols as skip

 gtk/gtkicontheme.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index a399ac5..42e86a2 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3064,7 +3064,7 @@ icon_info_new_builtin (BuiltinIcon *icon)
 }
 
 /**
- * gtk_icon_info_copy:
+ * gtk_icon_info_copy: (skip)
  * @icon_info: a #GtkIconInfo
  * 
  * Make a copy of a #GtkIconInfo.
@@ -3085,7 +3085,7 @@ gtk_icon_info_copy (GtkIconInfo *icon_info)
 }
 
 /**
- * gtk_icon_info_free:
+ * gtk_icon_info_free: (skip)
  * @icon_info: a #GtkIconInfo
  * 
  * Free a #GtkIconInfo and associated information


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