# `GSDocument updateFileObservers`

*Instance Method*

Re-establishes the observers for the files inside a document package.

## Declaration

```swift
func updateFileObservers()
```

```objc
- (void) updateFileObservers;
```

```python
updateFileObservers()
```

## Discussion

Called whenever the file URL or the document font changes.

