Function
LspCompletionItemLabelDetailsnew
Declaration
LspCompletionItemLabelDetails*
lsp_completion_item_label_details_new (
const gchar* detail,
const gchar* description
)
Parameters
detail-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. description-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: LspCompletionItemLabelDetails
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |