Method
IdeHoverContextadd_content
Declaration
void
ide_hover_context_add_content (
IdeHoverContext* self,
gint priority,
const gchar* title,
IdeMarkedContent* content
)
Parameters
priority
-
Type:
gint
No 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:
IdeMarkedContent
No description available.
The data is owned by the caller of the function.