Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 77fb178bacf4454e359b927df6214ebae08da561 (plain) (blame)
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
98
99
###############################################################################
# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
org_eclipse_swt_internal_gnome_GNOME=
GNOME_GnomeVFSMimeApplication_sizeof=

GNOME__g_free=
GNOME__g_free_0=cast=gpointer

GNOME__g_list_append=
GNOME__g_list_append_0=cast=(GList *)
GNOME__g_list_append_1=cast=(gpointer)

GNOME__g_list_free=
GNOME__g_list_free_0=cast=(GList *)

GNOME__g_list_next=
GNOME__g_list_next_0=

GNOME__g_object_unref=
GNOME__g_object_unref_0=cast=gpointer

GNOME__gnome_icon_lookup=
GNOME__gnome_icon_lookup_0=cast=(GnomeIconTheme *)
GNOME__gnome_icon_lookup_1=cast=GnomeThumbnailFactory *
GNOME__gnome_icon_lookup_2=cast=const char *
GNOME__gnome_icon_lookup_3=cast=const char *
GNOME__gnome_icon_lookup_4=cast=GnomeVFSFileInfo *
GNOME__gnome_icon_lookup_5=cast=const char *
GNOME__gnome_icon_lookup_6=cast=GnomeIconLookupFlags
GNOME__gnome_icon_lookup_7=cast=GnomeIconLookupResultFlags *

GNOME__gnome_icon_theme_lookup_icon=
GNOME__gnome_icon_theme_lookup_icon_0=cast=GnomeIconTheme *
GNOME__gnome_icon_theme_lookup_icon_1=cast=const char *
GNOME__gnome_icon_theme_lookup_icon_2=
GNOME__gnome_icon_theme_lookup_icon_3=cast=(const GnomeIconData **)
GNOME__gnome_icon_theme_lookup_icon_4=

GNOME__gnome_icon_theme_new=

GNOME__gnome_vfs_get_registered_mime_types=

GNOME__gnome_vfs_init=

GNOME__gnome_vfs_make_uri_from_input=
GNOME__gnome_vfs_make_uri_from_input_0=cast=(const char *)

GNOME__gnome_vfs_make_uri_from_input_with_dirs=flags=dynamic
GNOME__gnome_vfs_make_uri_from_input_with_dirs_0=cast=(const char *)
GNOME__gnome_vfs_make_uri_from_input_with_dirs_1=

GNOME__gnome_vfs_mime_application_free=
GNOME__gnome_vfs_mime_application_free_0=cast=GnomeVFSMimeApplication *

GNOME__gnome_vfs_mime_application_launch=flags=dynamic
GNOME__gnome_vfs_mime_application_launch_0=cast=(GnomeVFSMimeApplication *)
GNOME__gnome_vfs_mime_application_launch_1=cast=(GList *)

GNOME__gnome_vfs_mime_extensions_list_free=
GNOME__gnome_vfs_mime_extensions_list_free_0=cast=GList *

GNOME__gnome_vfs_mime_get_default_application=
GNOME__gnome_vfs_mime_get_default_application_0=cast=(const char *)

GNOME__gnome_vfs_mime_get_extensions_list=
GNOME__gnome_vfs_mime_get_extensions_list_0=cast=const char *

GNOME__gnome_vfs_mime_registered_mime_type_list_free=
GNOME__gnome_vfs_mime_registered_mime_type_list_free_0=cast=GList *

GNOME__gnome_vfs_mime_type_from_name=
GNOME__gnome_vfs_mime_type_from_name_0=cast=(const char *)

GNOME__gnome_vfs_url_show=flags=dynamic
GNOME__gnome_vfs_url_show_0=cast=(const char *)

GNOME_memmove=
GNOME_memmove_0=cast=void *,flags=no_in
GNOME_memmove_1=cast=const void *
GNOME_memmove_2=cast=size_t


org_eclipse_swt_internal_gnome_GnomeVFSMimeApplication=
GnomeVFSMimeApplication_id=cast=char *
GnomeVFSMimeApplication_name=cast=char *
GnomeVFSMimeApplication_command=cast=char *
GnomeVFSMimeApplication_can_open_multiple_files=cast=gboolean
GnomeVFSMimeApplication_expects_uris=cast=GnomeVFSMimeApplicationArgumentType
GnomeVFSMimeApplication_supported_uri_schemes=cast=(GList *)
GnomeVFSMimeApplication_requires_terminal=cast=gboolean

Back to the top