perl-Glib r1069 - branches/stable-1-20



Author: tsch
Date: Thu Feb  5 11:17:54 2009
New Revision: 1069
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1069&view=rev

Log:
Merge r1040 from trunk.


Modified:
   branches/stable-1-20/   (props changed)
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/Glib.exports
   branches/stable-1-20/gperl.h

Modified: branches/stable-1-20/Glib.exports
==============================================================================
--- branches/stable-1-20/Glib.exports	(original)
+++ branches/stable-1-20/Glib.exports	Thu Feb  5 11:17:54 2009
@@ -64,11 +64,13 @@
 gperl_object_type_from_package
 gperl_package_from_type
 gperl_param_spec_package_from_type
+gperl_param_spec_type_from_package
 gperl_prepend_isa
 gperl_register_boxed
 gperl_register_error_domain
 gperl_register_fundamental
 gperl_register_object
+gperl_register_param_spec
 gperl_register_sink_func
 gperl_remove_exception_handler
 gperl_run_exception_handlers

Modified: branches/stable-1-20/gperl.h
==============================================================================
--- branches/stable-1-20/gperl.h	(original)
+++ branches/stable-1-20/gperl.h	Thu Feb  5 11:17:54 2009
@@ -351,6 +351,10 @@
 SV * newSVGParamFlags (GParamFlags flags);
 GParamFlags SvGParamFlags (SV * sv);
 
+void gperl_register_param_spec (GType gtype, const char * package);
+const char * gperl_param_spec_package_from_type (GType gtype);
+GType gperl_param_spec_type_from_package (const char * package);
+
 /*
  * gkeyfile.h / GKeyFile.xs
  */
@@ -369,8 +373,6 @@
 GBookmarkFile * SvGBookmarkFile (SV * sv);
 #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
 
-const char * gperl_param_spec_package_from_type (GType gtype);
-
 /*
  * gutils.h / GUtils.xs
  */



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