Link Here
|
115 |
|
115 |
|
116 |
{$IFDEF read_interface_rest} |
116 |
{$IFDEF read_interface_rest} |
117 |
|
117 |
|
|
|
118 |
{$ifdef HasGTK_FileSystem} |
118 |
|
119 |
|
119 |
{ GError enumeration for GtkFileSystem } |
120 |
{ GError enumeration for GtkFileSystem } |
120 |
|
121 |
|
121 |
function GTK_FILE_SYSTEM_ERROR : TGQuark; |
122 |
function GTK_FILE_SYSTEM_ERROR : TGQuark; |
122 |
|
123 |
|
123 |
|
|
|
124 |
|
125 |
function gtk_file_system_error_quark:TGQuark;cdecl;external gtklib name 'gtk_file_system_error_quark'; |
124 |
function gtk_file_system_error_quark:TGQuark;cdecl;external gtklib name 'gtk_file_system_error_quark'; |
126 |
|
125 |
|
127 |
|
|
|
128 |
|
129 |
{ Boxed-type for gtk_file_folder_get_info() results } |
126 |
{ Boxed-type for gtk_file_folder_get_info() results } |
130 |
|
127 |
|
131 |
function GTK_TYPE_FILE_INFO : GType; |
128 |
function GTK_TYPE_FILE_INFO : GType; |
Link Here
|
244 |
{ GtkFileSystem modules support } |
241 |
{ GtkFileSystem modules support } |
245 |
|
242 |
|
246 |
function _gtk_file_system_create(file_system_name:Pchar):PGtkFileSystem;cdecl;external gtklib name '_gtk_file_system_create'; |
243 |
function _gtk_file_system_create(file_system_name:Pchar):PGtkFileSystem;cdecl;external gtklib name '_gtk_file_system_create'; |
|
|
244 |
|
245 |
{$endif HasGTK_FileSystem} |
246 |
|
247 |
{$endif} {read_interface_rest} |
247 |
{$endif} {read_interface_rest} |
248 |
|
248 |
|
249 |
|
249 |
|
250 |
{$ifdef read_implementation} |
250 |
{$ifdef read_implementation} |
251 |
|
251 |
|
|
|
252 |
{$ifdef HasGTK_FileSystem} |
253 |
|
252 |
function GTK_FILE_SYSTEM_ERROR : TGQuark; |
254 |
function GTK_FILE_SYSTEM_ERROR : TGQuark; |
253 |
begin |
255 |
begin |
254 |
GTK_FILE_SYSTEM_ERROR:=gtk_file_system_error_quark; |
256 |
GTK_FILE_SYSTEM_ERROR:=gtk_file_system_error_quark; |
Link Here
|
307 |
GTK_FILE_FOLDER_GET_IFACE:=G_TYPE_INSTANCE_GET_INTERFACE(inst,GTK_TYPE_FILE_FOLDER); |
309 |
GTK_FILE_FOLDER_GET_IFACE:=G_TYPE_INSTANCE_GET_INTERFACE(inst,GTK_TYPE_FILE_FOLDER); |
308 |
end; |
310 |
end; |
309 |
|
311 |
|
|
|
312 |
{$endif HasGTK_FileSystem} |
313 |
|
310 |
function gtk_file_path_new_dup(str : Pgchar) : PGtkFilePath; |
314 |
function gtk_file_path_new_dup(str : Pgchar) : PGtkFilePath; |
311 |
begin |
315 |
begin |
312 |
gtk_file_path_new_dup:=PGtkFilePath(g_strdup(str)); |
316 |
gtk_file_path_new_dup:=PGtkFilePath(g_strdup(str)); |