Function
GdkPixbuf.Pixbuf.get_file_info
Declaration [src]
GdkPixbufFormat*
gdk_pixbuf_get_file_info (
  const gchar* filename,
  gint* width,
  gint* height
)
Parameters
| filename | const gchar* | 
| The name of the file to identify. | |
| Ownership is not transferred to the callee | |
| The string is a file system path, using the OS encoding | |
| width | gint* | 
| Return location for the width of the image | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| height | gint* | 
| Return location for the height of the image | |
| Direction: out | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: GdkPixbufFormat | |
| A  | |
| Ownership is not transferred to the caller | |
| Can be NULL | |