Method
IdeHoverContextadd_content
Declaration
void
ide_hover_context_add_content (
IdeHoverContext* self,
gint priority,
const gchar* title,
IdeMarkedContent* content
)
Parameters
priority-
Type:
gintNo description available.
title-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. content-
Type:
IdeMarkedContentNo description available.
The data is owned by the caller of the function.