Lines Matching refs:iface
90 GLoadableIconIface *iface = g_class;
92 iface->load_async = g_loadable_icon_real_load_async;
93 iface->load_finish = g_loadable_icon_real_load_finish;
122 GLoadableIconIface *iface;
126 iface = G_LOADABLE_ICON_GET_IFACE (icon);
128 return (* iface->load) (icon, size, type, cancellable, error);
150 GLoadableIconIface *iface;
154 iface = G_LOADABLE_ICON_GET_IFACE (icon);
156 (* iface->load_async) (icon, size, cancellable, callback, user_data);
177 GLoadableIconIface *iface;
189 iface = G_LOADABLE_ICON_GET_IFACE (icon);
191 return (* iface->load_finish) (icon, res, type, error);
218 GLoadableIconIface *iface;
226 iface = G_LOADABLE_ICON_GET_IFACE (object);
227 stream = iface->load (G_LOADABLE_ICON (object), data->size, &type, cancellable, &error);