source: rtems-central/spec/rtems/object/if/get-name.yml @ 5f97799

Last change on this file since 5f97799 was 5f97799, checked in by Sebastian Huber <sebastian.huber@…>, on 10/05/20 at 13:43:02

spec: Move index-entries to interface type

  • Property mode set to 100644
File size: 850 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: '%'
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
6definition:
7  default:
8    body: null
9    params:
10    - ${../../type/if/id:/name} ${.:/params[0]/name}
11    - ${/c/if/size_t:/name} ${.:/params[1]/name}
12    - char *${.:/params[2]/name}
13    return: char *
14  variants: []
15description: null
16enabled-by: true
17index-entries: []
18interface-type: function
19links:
20- role: interface-placement
21  uid: header
22- role: interface-ingroup
23  uid: group
24name: rtems_object_get_name
25notes: null
26params:
27- description: '%'
28  dir: null
29  name: id
30- description: '%'
31  dir: null
32  name: length
33- description: '%'
34  dir: null
35  name: name
36return:
37  return: null
38  return-values: []
39type: interface
Note: See TracBrowser for help on using the repository browser.