fixed function signature.
2005-11-14 Rodrigo Moya <rodrigo@novell.com> * font-method.c (do_tell): fixed function signature.
This commit is contained in:
parent
67269d543a
commit
3b36fc2f4b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-11-14 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* font-method.c (do_tell): fixed function signature.
|
||||
|
||||
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* font-method.c: (get_pango_name), (do_open):
|
||||
|
|
|
@ -518,7 +518,7 @@ do_seek(GnomeVFSMethod *method,
|
|||
static GnomeVFSResult
|
||||
do_tell(GnomeVFSMethod *method,
|
||||
GnomeVFSMethodHandle *method_handle,
|
||||
GnomeVFSFileOffset *offset_return)
|
||||
GnomeVFSFileSize *offset_return)
|
||||
{
|
||||
return gnome_vfs_tell((GnomeVFSHandle *)method_handle, offset_return);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue