Method

IdeRunManageradd_handler

Declaration

void
ide_run_manager_add_handler (
  IdeRunManager* self,
  const gchar* id,
  const gchar* title,
  const gchar* icon_name,
  const gchar* accel,
  IdeRunHandler run_handler,
  gpointer user_data,
  GDestroyNotify user_data_destroy
)

Description

No description available.

Parameters

id

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

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

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

Type: IdeRunHandler

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
user_data_destroy

Type: GDestroyNotify

No description available.