Home | History | Annotate | Download | only in gio

Lines Matching refs:iface

91   GSeekableIface *iface;
95 iface = G_SEEKABLE_GET_IFACE (seekable);
97 return (* iface->tell) (seekable);
111 GSeekableIface *iface;
115 iface = G_SEEKABLE_GET_IFACE (seekable);
117 return (* iface->can_seek) (seekable);
146 GSeekableIface *iface;
150 iface = G_SEEKABLE_GET_IFACE (seekable);
152 return (* iface->seek) (seekable, offset, type, cancellable, error);
166 GSeekableIface *iface;
170 iface = G_SEEKABLE_GET_IFACE (seekable);
172 return (* iface->can_truncate) (seekable);
201 GSeekableIface *iface;
205 iface = G_SEEKABLE_GET_IFACE (seekable);
207 return (* iface->truncate_fn) (seekable, offset, cancellable, error);