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