Method

IdeHoverContextadd_widget

Declaration

void
ide_hover_context_add_widget (
  IdeHoverContext* self,
  gint priority,
  const gchar* title,
  GtkWidget* widget
)

Description

No description available.

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.
widget

Type: GtkWidget

No description available.

The data is owned by the caller of the function.