~ubuntu-branches/ubuntu/quantal/thunar/quantal-proposed

1.2.3 by Lionel Le Folgoc
Import upstream version 1.0.2
1
/* $Id$ */
1 by Yves-Alexis Perez
Import upstream version 0.1.4svn+r18850
2
/*-
1.1.1 by Jani Monoses
Import upstream version 0.2.1svn+r19908
3
 * Copyright (c) 2005-2006 Benedikt Meurer <benny@xfce.org>.
1.1.27 by Lionel Le Folgoc
Import upstream version 1.1.4
4
 * Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org>.
1 by Yves-Alexis Perez
Import upstream version 0.1.4svn+r18850
5
 *
6
 * This library is free software; you can redistribute it and/or
7
 * modify it under the terms of the GNU Library General Public
8
 * License as published by the Free Software Foundation; either
9
 * version 2 of the License, or (at your option) any later version.
10
 *
11
 * This library is distributed in the hope that it will be useful,
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 * Library General Public License for more details.
15
 *
16
 * You should have received a copy of the GNU Library General Public
17
 * License along with this library; if not, write to the
18
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 * Boston, MA 02111-1307, USA.
20
 */
21
22
/* This file lists all exported symbols. It is used to generate
1.1.27 by Lionel Le Folgoc
Import upstream version 1.1.4
23
 * for ABI compatibility checks. */
1 by Yves-Alexis Perez
Import upstream version 0.1.4svn+r18850
24
25
/* thunarx-config symbols */
26
thunarx_major_version
27
thunarx_minor_version
28
thunarx_micro_version
29
thunarx_check_version
30
31
/* ThunarxFileInfo methods */
32
thunarx_file_info_get_type G_GNUC_CONST
33
thunarx_file_info_get_name
34
thunarx_file_info_get_uri
35
thunarx_file_info_get_parent_uri
36
thunarx_file_info_get_uri_scheme
37
thunarx_file_info_get_mime_type
38
thunarx_file_info_has_mime_type
39
thunarx_file_info_is_directory
1.1.27 by Lionel Le Folgoc
Import upstream version 1.1.4
40
thunarx_file_info_get_file_info
41
thunarx_file_info_get_filesystem_info
42
thunarx_file_info_get_location
1.1.1 by Jani Monoses
Import upstream version 0.2.1svn+r19908
43
thunarx_file_info_changed
44
thunarx_file_info_renamed
45
thunarx_file_info_list_get_type
1 by Yves-Alexis Perez
Import upstream version 0.1.4svn+r18850
46
thunarx_file_info_list_copy
47
thunarx_file_info_list_free
48
49
/* ThunarxMenuProvider methods */
50
thunarx_menu_provider_get_type G_GNUC_CONST
1.1.16 by Jani Monoses
Import upstream version 0.4.0svn+r23151
51
thunarx_menu_provider_get_file_actions G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT
52
thunarx_menu_provider_get_folder_actions G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT
53
thunarx_menu_provider_get_dnd_actions G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT
1 by Yves-Alexis Perez
Import upstream version 0.1.4svn+r18850
54
1.1.1 by Jani Monoses
Import upstream version 0.2.1svn+r19908
55
/* ThunarxPreferencesProvider methods */
56
thunarx_preferences_provider_get_type G_GNUC_CONST
57
thunarx_preferences_provider_get_actions
58
1 by Yves-Alexis Perez
Import upstream version 0.1.4svn+r18850
59
/* ThunarxPropertyPage methods */
60
thunarx_property_page_get_type G_GNUC_CONST
61
thunarx_property_page_new G_GNUC_MALLOC
62
thunarx_property_page_new_with_label_widget G_GNUC_MALLOC
63
thunarx_property_page_get_label
64
thunarx_property_page_set_label
65
thunarx_property_page_get_label_widget
66
thunarx_property_page_set_label_widget
67
68
/* ThunarxPropertyPageProvider methods */
69
thunarx_property_page_provider_get_type G_GNUC_CONST
70
thunarx_property_page_provider_get_pages
71
1.1.1 by Jani Monoses
Import upstream version 0.2.1svn+r19908
72
/* ThunarxProviderFactory methods */
73
thunarx_provider_factory_get_type G_GNUC_CONST
74
thunarx_provider_factory_get_default
75
thunarx_provider_factory_list_providers G_GNUC_MALLOC
76
77
/* ThunarxProviderPlugin methods */
78
thunarx_provider_plugin_get_type G_GNUC_CONST
79
thunarx_provider_plugin_get_resident
80
thunarx_provider_plugin_set_resident
81
thunarx_provider_plugin_register_type
82
thunarx_provider_plugin_add_interface
83
thunarx_provider_plugin_register_enum
84
thunarx_provider_plugin_register_flags
85
1.1.6 by Jani Monoses
Import upstream version 0.2.2svn+r20580
86
/* ThunarxRenamer methods */
87
thunarx_renamer_get_type G_GNUC_CONST
88
thunarx_renamer_get_help_url
89
thunarx_renamer_set_help_url
90
thunarx_renamer_get_name
91
thunarx_renamer_set_name
92
thunarx_renamer_process G_GNUC_MALLOC
93
thunarx_renamer_save
94
thunarx_renamer_load
95
thunarx_renamer_get_actions G_GNUC_MALLOC
96
thunarx_renamer_changed
97
98
/* ThunarxRenamerProvider methods */
99
thunarx_renamer_provider_get_type G_GNUC_CONST
100
thunarx_renamer_provider_get_renamers G_GNUC_MALLOC
101