Function

Mtksource_remove

Declaration [src]

gboolean
mtk_source_remove (
  guint tag
)

Description [src]

Removes the source with the given ID from the default main context.

This function behaves like g_source_remove but checking tag against the thread-default main context, as opposed to the default one.

Parameters

tag

Type: guint

The ID of the source to remove.

Return value

Type: gboolean

TRUE if source was found and removed.