File: Glib.exports

package info (click to toggle)
libglib-perl 1%3A1.081-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 832 kB
  • ctags: 280
  • sloc: perl: 2,036; ansic: 473; makefile: 53
file content (97 lines) | stat: -rw-r--r-- 2,615 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Copyright (C) 2003-2005 by the gtk2-perl team (see the file AUTHORS for
# the full list)
# 
# This library is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
# 
# This library is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
# more details.
# 
# You should have received a copy of the GNU Library General Public License
# along with this library; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA  02111-1307  USA.
#
# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Glib/Glib.exports,v 1.14 2005/02/08 04:29:05 muppetman Exp $
#

@exports = qw(
SvGChar
SvGParamFlags
SvGParamSpec
SvGSignalFlags
_gperl_call_XS
gperl_alloc_temp
gperl_argv_free
gperl_argv_new
gperl_argv_update
gperl_boxed_package_from_type
gperl_boxed_type_from_package
gperl_callback_destroy
gperl_callback_invoke
gperl_callback_new
gperl_closure_new
gperl_closure_new_with_marshaller
gperl_convert_back_enum
gperl_convert_back_enum_pass_unknown
gperl_convert_back_flags
gperl_convert_enum
gperl_convert_flag_one
gperl_convert_flags
gperl_croak_gerror
gperl_default_boxed_wrapper_class
gperl_filename_from_sv
gperl_format_variable_for_output
gperl_fundamental_package_from_type
gperl_fundamental_type_from_package
gperl_gerror_from_sv
gperl_get_boxed_check
gperl_get_object
gperl_get_object_check
gperl_handle_logs_for
gperl_install_exception_handler
gperl_new_boxed
gperl_new_boxed_copy
gperl_new_object
gperl_object_check_type
gperl_object_package_from_type
gperl_object_set_no_warn_unreg_subclass
gperl_object_stash_from_type
gperl_object_type_from_package
gperl_package_from_type
gperl_param_spec_package_from_type
gperl_prepend_isa
gperl_register_boxed
gperl_register_error_domain
gperl_register_fundamental
gperl_register_object
gperl_register_sink_func
gperl_remove_exception_handler
gperl_run_exception_handlers
gperl_set_isa
gperl_signal_connect
gperl_signal_set_marshaller_for
gperl_str_eq
gperl_str_hash
gperl_sv_copy
gperl_sv_free
gperl_sv_from_filename
gperl_sv_from_gerror
gperl_sv_from_value
gperl_sv_get_type
gperl_try_convert_enum
gperl_try_convert_flag
gperl_type_class
gperl_type_from_package
gperl_value_from_sv
newSVGChar
newSVGParamFlags
newSVGParamSpec
newSVGSignalFlags
newSVGSignalInvocationHint
newSVGSignalQuery
);
1;