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
)
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:
IdeRunHandlerNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. user_data_destroy-
Type:
GDestroyNotifyNo description available.