Signal

IdeSourceView::populate-menu

Declaration

void
populate_menu (
  IdeSourceView* self,
  gpointer user_data
)

Description

The “populate-menu” signal is emitted before the context meu is shown to the user. Handlers of this signal should update any menu items they have which have been connected using ide_source_view_append_menu() or simmilar.

Default handler:

The default handler is called after the handlers added via g_signal_connect().