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