[perl-Glib-Object-Introspection] Make pointer_to_sv static



commit 4bf20cd8b156c72bb54c721cb4d24b02203ab120
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Apr 17 22:45:05 2010 +0200

    Make pointer_to_sv static

 GObjectIntrospection.xs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index 8b342a1..ac28299 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -283,7 +283,7 @@ sv_to_pointer (GIArgInfo * arg_info,
 	return pointer;
 }
 
-SV *
+static SV *
 pointer_to_sv (GITypeInfo* info, gpointer pointer, gboolean own)
 {
 	GIBaseInfo *interface;



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