Function
IdeSnippetStorageForeach
Declaration
void
(* IdeSnippetStorageForeach) (
IdeSnippetStorage* self,
const IdeSnippetInfo* info,
gpointer user_data
)
Parameters
self-
Type:
IdeSnippetStorageNo description available.
The data is owned by the caller of the function. info-
Type:
IdeSnippetInfoNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.