udmf-sys 0.1.3

Raw Bindings to the Unified Data Management Framework (UDMF) of OpenHarmony
Documentation
// automatically generated by rust-bindgen 0.71.1

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

pub const UDMF_META_ENTITY: &::core::ffi::CStr = c"general.entity";
pub const UDMF_META_OBJECT: &::core::ffi::CStr = c"general.object";
pub const UDMF_META_COMPOSITE_OBJECT: &::core::ffi::CStr = c"general.composite-object";
pub const UDMF_META_TEXT: &::core::ffi::CStr = c"general.text";
pub const UDMF_META_PLAIN_TEXT: &::core::ffi::CStr = c"general.plain-text";
pub const UDMF_META_HTML: &::core::ffi::CStr = c"general.html";
pub const UDMF_META_HYPERLINK: &::core::ffi::CStr = c"general.hyperlink";
pub const UDMF_META_XML: &::core::ffi::CStr = c"general.xml";
pub const UDMF_META_SOURCE_CODE: &::core::ffi::CStr = c"general.source-code";
pub const UDMF_META_SCRIPT: &::core::ffi::CStr = c"general.script";
pub const UDMF_META_SHELL_SCRIPT: &::core::ffi::CStr = c"general.shell-script";
pub const UDMF_META_CSH_SCRIPT: &::core::ffi::CStr = c"general.csh-script";
pub const UDMF_META_PERL_SCRIPT: &::core::ffi::CStr = c"general.perl-script";
pub const UDMF_META_PHP_SCRIPT: &::core::ffi::CStr = c"general.php-script";
pub const UDMF_META_PYTHON_SCRIPT: &::core::ffi::CStr = c"general.python-script";
pub const UDMF_META_RUBY_SCRIPT: &::core::ffi::CStr = c"general.ruby-script";
pub const UDMF_META_TYPE_SCRIPT: &::core::ffi::CStr = c"general.type-script";
pub const UDMF_META_JAVA_SCRIPT: &::core::ffi::CStr = c"general.java-script";
pub const UDMF_META_C_HEADER: &::core::ffi::CStr = c"general.c-header";
pub const UDMF_META_C_SOURCE: &::core::ffi::CStr = c"general.c-source";
pub const UDMF_META_C_PLUS_PLUS_HEADER: &::core::ffi::CStr = c"general.c-plus-plus-header";
pub const UDMF_META_C_PLUS_PLUS_SOURCE: &::core::ffi::CStr = c"general.c-plus-plus-source";
pub const UDMF_META_JAVA_SOURCE: &::core::ffi::CStr = c"general.java-source";
pub const UDMF_META_EBOOK: &::core::ffi::CStr = c"general.ebook";
pub const UDMF_META_EPUB: &::core::ffi::CStr = c"general.epub";
pub const UDMF_META_AZW: &::core::ffi::CStr = c"com.amazon.azw";
pub const UDMF_META_AZW3: &::core::ffi::CStr = c"com.amazon.azw3";
pub const UDMF_META_KFX: &::core::ffi::CStr = c"com.amazon.kfx";
pub const UDMF_META_MOBI: &::core::ffi::CStr = c"com.amazon.mobi";
pub const UDMF_META_MEDIA: &::core::ffi::CStr = c"general.media";
pub const UDMF_META_IMAGE: &::core::ffi::CStr = c"general.image";
pub const UDMF_META_JPEG: &::core::ffi::CStr = c"general.jpeg";
pub const UDMF_META_PNG: &::core::ffi::CStr = c"general.png";
pub const UDMF_META_RAW_IMAGE: &::core::ffi::CStr = c"general.raw-image";
pub const UDMF_META_TIFF: &::core::ffi::CStr = c"general.tiff";
pub const UDMF_META_BMP: &::core::ffi::CStr = c"com.microsoft.bmp";
pub const UDMF_META_ICO: &::core::ffi::CStr = c"com.microsoft.ico";
pub const UDMF_META_PHOTOSHOP_IMAGE: &::core::ffi::CStr = c"com.adobe.photoshop-image";
pub const UDMF_META_AI_IMAGE: &::core::ffi::CStr = c"com.adobe.illustrator.ai-image";
pub const UDMF_META_WORD_DOC: &::core::ffi::CStr = c"com.microsoft.word.doc";
pub const UDMF_META_EXCEL: &::core::ffi::CStr = c"com.microsoft.excel.xls";
pub const UDMF_META_PPT: &::core::ffi::CStr = c"com.microsoft.powerpoint.ppt";
pub const UDMF_META_PDF: &::core::ffi::CStr = c"com.adobe.pdf";
pub const UDMF_META_POSTSCRIPT: &::core::ffi::CStr = c"com.adobe.postscript";
pub const UDMF_META_ENCAPSULATED_POSTSCRIPT: &::core::ffi::CStr =
    c"com.adobe.encapsulated-postscript";
pub const UDMF_META_VIDEO: &::core::ffi::CStr = c"general.video";
pub const UDMF_META_AVI: &::core::ffi::CStr = c"general.avi";
pub const UDMF_META_MPEG: &::core::ffi::CStr = c"general.mpeg";
pub const UDMF_META_MPEG4: &::core::ffi::CStr = c"general.mpeg-4";
pub const UDMF_META_VIDEO_3GPP: &::core::ffi::CStr = c"general.3gpp";
pub const UDMF_META_VIDEO_3GPP2: &::core::ffi::CStr = c"general.3gpp2";
pub const UDMF_META_WINDOWS_MEDIA_WM: &::core::ffi::CStr = c"com.microsoft.windows-media-wm";
pub const UDMF_META_WINDOWS_MEDIA_WMV: &::core::ffi::CStr = c"com.microsoft.windows-media-wmv";
pub const UDMF_META_WINDOWS_MEDIA_WMP: &::core::ffi::CStr = c"com.microsoft.windows-media-wmp";
pub const UDMF_META_AUDIO: &::core::ffi::CStr = c"general.audio";
pub const UDMF_META_AAC: &::core::ffi::CStr = c"general.aac";
pub const UDMF_META_AIFF: &::core::ffi::CStr = c"general.aiff";
pub const UDMF_META_ALAC: &::core::ffi::CStr = c"general.alac";
pub const UDMF_META_FLAC: &::core::ffi::CStr = c"general.flac";
pub const UDMF_META_MP3: &::core::ffi::CStr = c"general.mp3";
pub const UDMF_META_OGG: &::core::ffi::CStr = c"general.ogg";
pub const UDMF_META_PCM: &::core::ffi::CStr = c"general.pcm";
pub const UDMF_META_WINDOWS_MEDIA_WMA: &::core::ffi::CStr = c"com.microsoft.windows-media-wma";
pub const UDMF_META_WAVEFORM_AUDIO: &::core::ffi::CStr = c"com.microsoft.waveform-audio";
pub const UDMF_META_WINDOWS_MEDIA_WMX: &::core::ffi::CStr = c"com.microsoft.windows-media-wmx";
pub const UDMF_META_WINDOWS_MEDIA_WVX: &::core::ffi::CStr = c"com.microsoft.windows-media-wvx";
pub const UDMF_META_WINDOWS_MEDIA_WAX: &::core::ffi::CStr = c"com.microsoft.windows-media-wax";
pub const UDMF_META_GENERAL_FILE: &::core::ffi::CStr = c"general.file";
pub const UDMF_META_DIRECTORY: &::core::ffi::CStr = c"general.directory";
pub const UDMF_META_FOLDER: &::core::ffi::CStr = c"general.folder";
pub const UDMF_META_SYMLINK: &::core::ffi::CStr = c"general.symlink";
pub const UDMF_META_ARCHIVE: &::core::ffi::CStr = c"general.archive";
pub const UDMF_META_BZ2_ARCHIVE: &::core::ffi::CStr = c"general.bz2-archive";
pub const UDMF_META_DISK_IMAGE: &::core::ffi::CStr = c"general.disk-image";
pub const UDMF_META_TAR_ARCHIVE: &::core::ffi::CStr = c"general.tar-archive";
pub const UDMF_META_ZIP_ARCHIVE: &::core::ffi::CStr = c"general.zip-archive";
pub const UDMF_META_JAVA_ARCHIVE: &::core::ffi::CStr = c"com.sun.java-archive";
pub const UDMF_META_GNU_TAR_ARCHIVE: &::core::ffi::CStr = c"org.gnu.gnu-tar-archive";
pub const UDMF_META_GNU_ZIP_ARCHIVE: &::core::ffi::CStr = c"org.gnu.gnu-zip-archive";
pub const UDMF_META_GNU_ZIP_TAR_ARCHIVE: &::core::ffi::CStr = c"org.gnu.gnu-zip-tar-archive";
pub const UDMF_META_CALENDAR: &::core::ffi::CStr = c"general.calendar";
pub const UDMF_META_CONTACT: &::core::ffi::CStr = c"general.contact";
pub const UDMF_META_DATABASE: &::core::ffi::CStr = c"general.database";
pub const UDMF_META_MESSAGE: &::core::ffi::CStr = c"general.message";
pub const UDMF_META_VCARD: &::core::ffi::CStr = c"general.vcard";
pub const UDMF_META_NAVIGATION: &::core::ffi::CStr = c"general.navigation";
pub const UDMF_META_LOCATION: &::core::ffi::CStr = c"general.location";
pub const UDMF_META_OPENHARMONY_FORM: &::core::ffi::CStr = c"openharmony.form";
pub const UDMF_META_OPENHARMONY_APP_ITEM: &::core::ffi::CStr = c"openharmony.app-item";
pub const UDMF_META_OPENHARMONY_PIXEL_MAP: &::core::ffi::CStr = c"openharmony.pixel-map";
pub const UDMF_META_OPENHARMONY_ATOMIC_SERVICE: &::core::ffi::CStr = c"openharmony.atomic-service";
pub const UDMF_META_OPENHARMONY_PACKAGE: &::core::ffi::CStr = c"openharmony.package";
pub const UDMF_META_OPENHARMONY_HAP: &::core::ffi::CStr = c"openharmony.hap";
pub const UDMF_META_SMIL: &::core::ffi::CStr = c"com.real.smil";
pub const UDMF_META_MARKDOWN: &::core::ffi::CStr = c"general.markdown";
pub const UDMF_META_FAX: &::core::ffi::CStr = c"general.fax";
pub const UDMF_META_JFX_FAX: &::core::ffi::CStr = c"com.j2.jfx-fax";
pub const UDMF_META_EFX_FAX: &::core::ffi::CStr = c"com.js.efx-fax";
pub const UDMF_META_XBITMAP_IMAGE: &::core::ffi::CStr = c"general.xbitmap-image";
pub const UDMF_META_TGA_IMAGE: &::core::ffi::CStr = c"com.truevision.tga-image";
pub const UDMF_META_SGI_IMAGE: &::core::ffi::CStr = c"com.sgi.sgi-image";
pub const UDMF_META_OPENEXR_IMAGE: &::core::ffi::CStr = c"com.ilm.openexr-image";
pub const UDMF_META_FLASHPIX_IMAGE: &::core::ffi::CStr = c"com.kodak.flashpix.image";
pub const UDMF_META_REALMEDIA: &::core::ffi::CStr = c"com.real.realmedia";
pub const UDMF_META_AU_AUDIO: &::core::ffi::CStr = c"general.au-audio";
pub const UDMF_META_AIFC_AUDIO: &::core::ffi::CStr = c"general.aifc-audio";
pub const UDMF_META_SD2_AUDIO: &::core::ffi::CStr = c"com.digidesign.sd2-audio";
pub const UDMF_META_REALAUDIO: &::core::ffi::CStr = c"com.real.realaudio";
pub const UDMF_META_OPENXML: &::core::ffi::CStr = c"org.openxmlformats.openxml";
pub const UDMF_META_WORDPROCESSINGML_DOCUMENT: &::core::ffi::CStr =
    c"org.openxmlformats.wordprocessingml.document";
pub const UDMF_META_SPREADSHEETML_SHEET: &::core::ffi::CStr =
    c"org.openxmlformats.spreadsheetml.sheet";
pub const UDMF_META_PRESENTATIONML_PRESENTATION: &::core::ffi::CStr =
    c"org.openxmlformats.presentationml.presentation";
pub const UDMF_META_OPENDOCUMENT: &::core::ffi::CStr = c"org.oasis.opendocument";
pub const UDMF_META_OPENDOCUMENT_TEXT: &::core::ffi::CStr = c"org.oasis.opendocument.text";
pub const UDMF_META_OPENDOCUMENT_SPREADSHEET: &::core::ffi::CStr =
    c"org.oasis.opendocument.spreadsheet";
pub const UDMF_META_OPENDOCUMENT_PRESENTATION: &::core::ffi::CStr =
    c"org.oasis.opendocument.presentation";
pub const UDMF_META_OPENDOCUMENT_GRAPHICS: &::core::ffi::CStr = c"org.oasis.opendocument.graphics";
pub const UDMF_META_OPENDOCUMENT_FORMULA: &::core::ffi::CStr = c"org.oasis.opendocument.formula";
pub const UDMF_META_STUFFIT_ARCHIVE: &::core::ffi::CStr = c"com.allume.stuffit-archive";
pub const UDMF_META_VCS: &::core::ffi::CStr = c"general.vcs";
pub const UDMF_META_ICS: &::core::ffi::CStr = c"general.ics";
pub const UDMF_META_EXECUTABLE: &::core::ffi::CStr = c"general.executable";
pub const UDMF_META_PORTABLE_EXECUTABLE: &::core::ffi::CStr = c"com.microsoft.portable-executable";
pub const UDMF_META_SUN_JAVA_CLASS: &::core::ffi::CStr = c"com.sun.java-class";
pub const UDMF_META_FONT: &::core::ffi::CStr = c"general.font";
pub const UDMF_META_TRUETYPE_FONT: &::core::ffi::CStr = c"general.truetype-font";
pub const UDMF_META_TRUETYPE_COLLECTION_FONT: &::core::ffi::CStr =
    c"general.truetype-collection-font";
pub const UDMF_META_OPENTYPE_FONT: &::core::ffi::CStr = c"general.opentype-font";
pub const UDMF_META_POSTSCRIPT_FONT: &::core::ffi::CStr = c"com.adobe.postscript-font";
pub const UDMF_META_POSTSCRIPT_PFB_FONT: &::core::ffi::CStr = c"com.adobe.postscript-pfb-font";
pub const UDMF_META_POSTSCRIPT_PFA_FONT: &::core::ffi::CStr = c"com.adobe.postscript-pfa-font";
pub const UDMF_META_OPENHARMONY_HDOC: &::core::ffi::CStr = c"openharmony.hdoc";
pub const UDMF_META_OPENHARMONY_HINOTE: &::core::ffi::CStr = c"openharmony.hinote";
pub const UDMF_META_OPENHARMONY_STYLED_STRING: &::core::ffi::CStr = c"openharmony.styled-string";
pub const UDMF_META_OPENHARMONY_WANT: &::core::ffi::CStr = c"openharmony.want";
pub const UDMF_META_GENERAL_FILE_URI: &::core::ffi::CStr = c"general.file-uri";
pub const UDMF_METE_GENERAL_CONTENT_FORM: &::core::ffi::CStr = c"general.content-form";