#include <BeBuild.h>
#include <sys/types.h>
#include <SupportDefs.h>
#include <StorageDefs.h>
Go to the source code of this file.
Enumerations | |
| enum | icon_size { B_LARGE_ICON = 32, B_MINI_ICON = 16 } |
Functions | |
| int | update_mime_info (const char *path, int recursive, int synchronous, int force) |
| status_t | create_app_meta_mime (const char *path, int recursive, int synchronous, int force) |
| status_t | get_device_icon (const char *dev, void *icon, int32 size) |
|
|
|
|
||||||||||||||||||||
|
Creates an entry in the File Types database for a specific application, or for all applications:
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
Updates the MIME information for one or more files, specified by path. If path is
true, files are updated even if they've been updated already.
If an error occurs, update_mime_info() returns a negative error code; otherwise, it returns |