Method
IdeSnippetStorageforeach
since: 3.32
Declaration
void
ide_snippet_storage_foreach (
IdeSnippetStorage* self,
IdeSnippetStorageForeach foreach,
gpointer user_data
)
Parameters
foreach-
Type:
IdeSnippetStorageForeachThe closure to call for each info.
user_data-
Type:
gpointerClosure data for
foreach.The argument can be NULL.The data is owned by the caller of the function.