/build-extras/2007-10Oct/Glib-1.161/Glib.exports

https://code.google.com/p/camelbox/ · text · 98 lines · 97 code · 1 blank · 0 comment · 0 complexity · 7f71dc42f28332b5e0993053268373e7 MD5 · raw file

  1. # Copyright (C) 2003-2005 by the gtk2-perl team (see the file AUTHORS for
  2. # the full list)
  3. #
  4. # This library is free software; you can redistribute it and/or modify it under
  5. # the terms of the GNU Library General Public License as published by the Free
  6. # Software Foundation; either version 2.1 of the License, or (at your option)
  7. # any later version.
  8. #
  9. # This library is distributed in the hope that it will be useful, but WITHOUT
  10. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  11. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for
  12. # more details.
  13. #
  14. # You should have received a copy of the GNU Library General Public License
  15. # along with this library; if not, write to the Free Software Foundation, Inc.,
  16. # 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.
  17. #
  18. # $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Glib/Glib.exports,v 1.14 2005/02/08 04:29:05 muppetman Exp $
  19. #
  20. @exports = qw(
  21. SvGChar
  22. SvGKeyFile
  23. SvGParamFlags
  24. SvGParamSpec
  25. SvGSignalFlags
  26. _gperl_call_XS
  27. gperl_alloc_temp
  28. gperl_argv_free
  29. gperl_argv_new
  30. gperl_argv_update
  31. gperl_boxed_package_from_type
  32. gperl_boxed_type_from_package
  33. gperl_callback_destroy
  34. gperl_callback_invoke
  35. gperl_callback_new
  36. gperl_closure_new
  37. gperl_closure_new_with_marshaller
  38. gperl_convert_back_enum
  39. gperl_convert_back_enum_pass_unknown
  40. gperl_convert_back_flags
  41. gperl_convert_enum
  42. gperl_convert_flag_one
  43. gperl_convert_flags
  44. gperl_croak_gerror
  45. gperl_default_boxed_wrapper_class
  46. gperl_filename_from_sv
  47. gperl_format_variable_for_output
  48. gperl_fundamental_package_from_type
  49. gperl_fundamental_type_from_package
  50. gperl_gerror_from_sv
  51. gperl_get_boxed_check
  52. gperl_get_object
  53. gperl_get_object_check
  54. gperl_handle_logs_for
  55. gperl_install_exception_handler
  56. gperl_new_boxed
  57. gperl_new_boxed_copy
  58. gperl_new_object
  59. gperl_object_check_type
  60. gperl_object_package_from_type
  61. gperl_object_set_no_warn_unreg_subclass
  62. gperl_object_stash_from_type
  63. gperl_object_type_from_package
  64. gperl_package_from_type
  65. gperl_param_spec_package_from_type
  66. gperl_prepend_isa
  67. gperl_register_boxed
  68. gperl_register_error_domain
  69. gperl_register_fundamental
  70. gperl_register_object
  71. gperl_register_sink_func
  72. gperl_remove_exception_handler
  73. gperl_run_exception_handlers
  74. gperl_set_isa
  75. gperl_signal_connect
  76. gperl_signal_set_marshaller_for
  77. gperl_str_eq
  78. gperl_str_hash
  79. gperl_sv_copy
  80. gperl_sv_free
  81. gperl_sv_from_filename
  82. gperl_sv_from_gerror
  83. gperl_sv_from_value
  84. gperl_sv_get_type
  85. gperl_try_convert_enum
  86. gperl_try_convert_flag
  87. gperl_type_class
  88. gperl_type_from_package
  89. gperl_value_from_sv
  90. newSVGChar
  91. newSVGParamFlags
  92. newSVGParamSpec
  93. newSVGSignalFlags
  94. newSVGSignalInvocationHint
  95. newSVGSignalQuery
  96. );
  97. 1;