From 9ee7705b2431899e74de88db32b10678503140c3 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 17 Aug 2002 23:57:55 +0000 Subject: [PATCH] Added items about BNodeInfo oddities. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@794 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/storage/Annotations | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/develop/storage/Annotations b/docs/develop/storage/Annotations index 888424ebe4..2a673abc1a 100644 --- a/docs/develop/storage/Annotations +++ b/docs/develop/storage/Annotations @@ -442,3 +442,33 @@ Description: This code: if (!error) error = mime.GetSupportingApps(&msg); + +OS: BeOS R5 +Module: BNodeInfo +Location: {Set,Get}AppHint() +Description: The file attribute the path of the "app hint" application + ("BEOS:PPATH") is of type B_MIME_STRING_TYPE instead of + B_STRING_TYPE. + + +OS: BeOS R5 +Module: BNodeInfo +Location: GetType() +Description: When the string stored in the "BEOS:TYPE" attribute is longer + than B_MIME_TYPE_LENGTH, the returned string is one character + shorter than the actual string. + + +OS: BeOS R5 +Module: BNodeInfo +Location: GetIcon() +Description: Crashes when passing a NULL BBitmap. + + +OS: BeOS R5 +Module: BNodeInfo +Location: GetIcon() +Description: Crashes when getting B_LARGE_ICON and passing a BBitmap with + B_RGB32 color space. B_MINI_ICON works just fine. + +