<!-- ##### SECTION Title ##### -->
GalagoImage

<!-- ##### SECTION Short_Description ##### -->
Image data.

<!-- ##### SECTION Long_Description ##### -->
<para>
#GalagoImage represents image data, sort of like #GdkPixbuf. However,
this only supports pointing to a file on disk, or the contents of the file
itself. This is used for photos and avatars.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT GalagoImage ##### -->
<para>
This is an opaque structure representing an image. This should not be used
directly. Use the accessor functions below.
</para>


<!-- ##### MACRO GALAGO_DBUS_IMAGE_INTERFACE ##### -->
<para>
The D-BUS interface that #GalagoImage maps to.
</para>



<!-- ##### FUNCTION galago_image_new_from_file ##### -->
<para>

</para>

@filename: 
@Returns: 


<!-- ##### FUNCTION galago_image_new_from_data ##### -->
<para>

</para>

@data: 
@len: 
@Returns: 


<!-- ##### FUNCTION galago_image_get_data ##### -->
<para>

</para>

@image: 
@ret_data: 
@ret_len: 


