X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgloadableicon.h;h=d164ca028fbf2cf42c5d94c5ab9350dd264c7aa3;hb=627b49b39039d43a784fa9890f473d1ca8d52417;hp=754090fe48771d29dd664482b7cb9f6b3418090e;hpb=f2a2d6c9ac2d98b565005d446fde01aac47f7d88;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gloadableicon.h b/gio/gloadableicon.h index 754090f..d164ca0 100644 --- a/gio/gloadableicon.h +++ b/gio/gloadableicon.h @@ -13,20 +13,18 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ +#ifndef __G_LOADABLE_ICON_H__ +#define __G_LOADABLE_ICON_H__ + #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_LOADABLE_ICON_H__ -#define __G_LOADABLE_ICON_H__ - #include G_BEGIN_DECLS @@ -75,18 +73,22 @@ struct _GLoadableIconIface GError **error); }; +GLIB_AVAILABLE_IN_ALL GType g_loadable_icon_get_type (void) G_GNUC_CONST; +GLIB_AVAILABLE_IN_ALL GInputStream *g_loadable_icon_load (GLoadableIcon *icon, int size, char **type, GCancellable *cancellable, GError **error); +GLIB_AVAILABLE_IN_ALL void g_loadable_icon_load_async (GLoadableIcon *icon, int size, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); +GLIB_AVAILABLE_IN_ALL GInputStream *g_loadable_icon_load_finish (GLoadableIcon *icon, GAsyncResult *res, char **type,