API: remove gdk_pixbuf_get_from_image()

This commit is contained in:
Benjamin Otte 2010-07-13 22:50:25 +02:00
parent 7489c260eb
commit a1a1b135ac
5 changed files with 0 additions and 1231 deletions

View File

@ -319,7 +319,6 @@ gdk_pixbuf_render_threshold_alpha
gdk_pixbuf_render_pixmap_and_mask
gdk_pixbuf_render_pixmap_and_mask_for_colormap
gdk_pixbuf_get_from_drawable
gdk_pixbuf_get_from_image
gdk_pixbuf_get_from_surface
</SECTION>

View File

@ -83,20 +83,3 @@ pixbufs, see the #GdkPixbuf API documentation.
@Returns:
<!-- ##### FUNCTION gdk_pixbuf_get_from_image ##### -->
<para>
</para>
@dest:
@src:
@cmap:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
@Returns:

View File

@ -940,7 +940,6 @@ gdk_pango_renderer_set_stipple
#if IN_HEADER(__GDK_PIXBUF_H__)
#if IN_FILE(__GDK_PIXBUF_DRAWABLE_C__)
gdk_pixbuf_get_from_drawable
gdk_pixbuf_get_from_image
gdk_pixbuf_get_from_surface
#endif
#endif

File diff suppressed because it is too large Load Diff

View File

@ -81,16 +81,6 @@ GdkPixbuf *gdk_pixbuf_get_from_surface (GdkPixbuf *dest,
int width,
int height);
GdkPixbuf *gdk_pixbuf_get_from_image (GdkPixbuf *dest,
GdkImage *src,
GdkColormap *cmap,
int src_x,
int src_y,
int dest_x,
int dest_y,
int width,
int height);
G_END_DECLS
#endif /* __GDK_PIXBUF_H__ */