# File lib/inotify/inotify_native.rb, line 64
    def add_watch(string, uint32)
      self.inotify_add_watch(@fd, string, uint32)
    end