Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Groonga::Config#each #121

Merged
merged 1 commit into from
Mar 5, 2016
Merged

Add Groonga::Config#each #121

merged 1 commit into from
Mar 5, 2016

Conversation

myokoym
Copy link
Member

@myokoym myokoym commented Mar 5, 2016

To bind the following functions:

  • grn_config_cursor_open()
  • grn_config_cursor_next()
  • grn_config_cursor_get_key()
  • grn_config_cursor_get_value()

GitHub: #116

To bind the following functions:

  * grn_config_cursor_open()
  * grn_config_cursor_next()
  * grn_config_cursor_get_key()
  * grn_config_cursor_get_value()

GitHub: #116
kou added a commit that referenced this pull request Mar 5, 2016
Add Groonga::Config#each

Patch by Masafumi Yokoyama. Thanks!!!
@kou kou merged commit a4c19e9 into master Mar 5, 2016
@kou kou deleted the bind-grn_config_cursor branch March 5, 2016 13:52
@kou
Copy link
Member

kou commented Mar 5, 2016

Thanks!

@myokoym
Copy link
Member Author

myokoym commented Mar 5, 2016

Thanks for merging and fixing mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants