Home
last modified time | relevance | path

Searched refs:GetProperties (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/os/midi2/
H A DMidiEndpoint.h36 status_t GetProperties(BMessage *properties) const;
/haiku/docs/user/midi2/
H A DMidiEndpoint.dox150 Don't worry, operations on invalid objects, such as GetProperties(), will
257 if (endpoint->GetProperties(&props) == B_OK)
299 \sa GetProperties()
303 \fn status_t BMidiEndpoint::GetProperties(BMessage* props) const
310 if (endpoint->GetProperties(&props) == B_OK)
316 Note that GetProperties() overwrites the contents of your BMessage.
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp54 if (endpoint->GetProperties(&msg) == B_OK) { in EndpointInfo()
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp184 BMidiEndpoint::GetProperties(BMessage* _properties) const in GetProperties() function in BMidiEndpoint
/haiku/docs/develop/midi/
H A Dtesting.rst251 - GetProperties() should return NULL if the message parameter is NULL.
254 call GetProperties(). The BMessage that you receive should contain no
H A Ddesign.rst255 properties of new endpoints are empty. GetProperties() copies this
256 BMessage into the client's BMessage. GetProperties() returns NULL if
H A Doldprotocol.rst407 BMidiEndpoint::GetProperties()