gdk2.pixbuf.ffi vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Parents:gdk2.pixbuf


Words

Symbol words
GdkColorspace
GdkInterpType
GdkPixbuf
GdkPixbufAlphaMode
GdkPixbufAnimation
GdkPixbufAnimationIter
GdkPixbufError
GdkPixbufFormat
GdkPixbufFormatFlags
GdkPixbufLoader
GdkPixbufModule
GdkPixbufModulePattern
GdkPixbufNonAnim
GdkPixbufRotation
GdkPixbufSimpleAnim
GdkPixbufSimpleAnimIter
GdkPixdata
GdkPixdataDumpType
GdkPixdataType


Ordinary words
WordStack effect
GDK_COLORSPACE_RGB( -- value )
GDK_INTERP_BILINEAR( -- value )
GDK_INTERP_HYPER( -- value )
GDK_INTERP_NEAREST( -- value )
GDK_INTERP_TILES( -- value )
GDK_PIXBUF_ALPHA_BILEVEL( -- value )
GDK_PIXBUF_ALPHA_FULL( -- value )
GDK_PIXBUF_ERROR_BAD_OPTION( -- value )
GDK_PIXBUF_ERROR_CORRUPT_IMAGE( -- value )
GDK_PIXBUF_ERROR_FAILED( -- value )
GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY( -- value )
GDK_PIXBUF_ERROR_UNKNOWN_TYPE( -- value )
GDK_PIXBUF_ERROR_UNSUPPORTED_OPERATION( -- value )
GDK_PIXBUF_FEATURES_H( -- value )
GDK_PIXBUF_FORMAT_SCALABLE( -- value )
GDK_PIXBUF_FORMAT_THREADSAFE( -- value )
GDK_PIXBUF_FORMAT_WRITABLE( -- value )
GDK_PIXBUF_MAGIC_NUMBER( -- value )
GDK_PIXBUF_MAJOR( -- value )
GDK_PIXBUF_MICRO( -- value )
GDK_PIXBUF_MINOR( -- value )
GDK_PIXBUF_ROTATE_CLOCKWISE( -- value )
GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE( -- value )
GDK_PIXBUF_ROTATE_NONE( -- value )
GDK_PIXBUF_ROTATE_UPSIDEDOWN( -- value )
GDK_PIXBUF_VERSION( -- value )
GDK_PIXDATA_COLOR_TYPE_MASK( -- value )
GDK_PIXDATA_COLOR_TYPE_RGB( -- value )
GDK_PIXDATA_COLOR_TYPE_RGBA( -- value )
GDK_PIXDATA_DUMP_CONST( -- value )
GDK_PIXDATA_DUMP_CTYPES( -- value )
GDK_PIXDATA_DUMP_GTYPES( -- value )
GDK_PIXDATA_DUMP_MACROS( -- value )
GDK_PIXDATA_DUMP_PIXDATA_STREAM( -- value )
GDK_PIXDATA_DUMP_PIXDATA_STRUCT( -- value )
GDK_PIXDATA_DUMP_RLE_DECODER( -- value )
GDK_PIXDATA_DUMP_STATIC( -- value )
GDK_PIXDATA_ENCODING_MASK( -- value )
GDK_PIXDATA_ENCODING_RAW( -- value )
GDK_PIXDATA_ENCODING_RLE( -- value )
GDK_PIXDATA_HEADER_LENGTH( -- value )
GDK_PIXDATA_SAMPLE_WIDTH_8( -- value )
GDK_PIXDATA_SAMPLE_WIDTH_MASK( -- value )
GInputStream>GdkPixbuf( GInputStream -- GdkPixbuf )
GdkPixbufDestroyNotify( quot -- alien )
GdkPixbufLoader:area-prepared( quot -- alien )
GdkPixbufLoader:area-updated( quot -- alien )
GdkPixbufLoader:closed( quot -- alien )
GdkPixbufLoader:size-prepared( quot -- alien )
GdkPixbufModuleFillInfoFunc( quot -- alien )
GdkPixbufModuleFillVtableFunc( quot -- alien )
GdkPixbufModulePreparedFunc( quot -- alien )
GdkPixbufModuleSizeFunc( quot -- alien )
GdkPixbufModuleUpdatedFunc( quot -- alien )
GdkPixbufSaveFunc( quot -- alien )
data>GInputStream( data -- GInputStream )
gdk_pixbuf_add_alpha( pixbuf substitute_color r g b -- GdkPixbuf* )
gdk_pixbuf_animation_get_height( pixbuf_animation -- gint )
gdk_pixbuf_animation_get_iter( pixbuf_animation start_time -- GdkPixbufAnimationIter* )
gdk_pixbuf_animation_get_static_image( pixbuf_animation -- GdkPixbuf* )
gdk_pixbuf_animation_get_width( pixbuf_animation -- gint )
gdk_pixbuf_animation_is_static_image( pixbuf_animation -- gboolean )
gdk_pixbuf_animation_iter_advance( pixbuf_animation_iter current_time -- gboolean )
gdk_pixbuf_animation_iter_get_delay_time( pixbuf_animation_iter -- gint )
gdk_pixbuf_animation_iter_get_pixbuf( pixbuf_animation_iter -- GdkPixbuf* )
gdk_pixbuf_animation_iter_on_currently_loading_frame( pixbuf_animation_iter -- gboolean )
gdk_pixbuf_animation_new_from_file( filename error -- GdkPixbufAnimation* )
gdk_pixbuf_animation_ref( pixbuf_animation -- GdkPixbufAnimation* )
gdk_pixbuf_animation_unref( pixbuf_animation -- )
gdk_pixbuf_apply_embedded_orientation( pixbuf -- GdkPixbuf* )
gdk_pixbuf_composite( pixbuf dest dest_x dest_y dest_width dest_height offset_x offset_y scale_x scale_y interp_type overall_alpha -- )
gdk_pixbuf_composite_color( pixbuf dest dest_x dest_y dest_width dest_height offset_x offset_y scale_x scale_y interp_type overall_alpha check_x check_y check_size color1 color2 -- )
gdk_pixbuf_composite_color_simple( pixbuf dest_width dest_height interp_type overall_alpha check_size color1 color2 -- GdkPixbuf* )
gdk_pixbuf_copy( pixbuf -- GdkPixbuf* )
gdk_pixbuf_copy_area( pixbuf src_x src_y width height dest_pixbuf dest_x dest_y -- )
gdk_pixbuf_error_quark( -- GQuark )
gdk_pixbuf_fill( pixbuf pixel -- )
gdk_pixbuf_flip( pixbuf horizontal -- GdkPixbuf* )
gdk_pixbuf_format_copy( pixbuf_format -- GdkPixbufFormat* )
gdk_pixbuf_format_free( pixbuf_format -- )
gdk_pixbuf_format_get_description( pixbuf_format -- gchar* )
gdk_pixbuf_format_get_extensions( pixbuf_format -- gchar** )
gdk_pixbuf_format_get_license( pixbuf_format -- gchar* )
gdk_pixbuf_format_get_mime_types( pixbuf_format -- gchar** )
gdk_pixbuf_format_get_name( pixbuf_format -- gchar* )
gdk_pixbuf_format_is_disabled( pixbuf_format -- gboolean )
gdk_pixbuf_format_is_scalable( pixbuf_format -- gboolean )
gdk_pixbuf_format_is_writable( pixbuf_format -- gboolean )
gdk_pixbuf_format_set_disabled( pixbuf_format disabled -- )
gdk_pixbuf_from_pixdata( pixdata copy_pixels error -- GdkPixbuf* )
gdk_pixbuf_get_bits_per_sample( pixbuf -- gint )
gdk_pixbuf_get_colorspace( pixbuf -- GdkColorspace )
gdk_pixbuf_get_file_info( filename width height -- GdkPixbufFormat* )
gdk_pixbuf_get_formats( -- GSList* )
gdk_pixbuf_get_has_alpha( pixbuf -- gboolean )
gdk_pixbuf_get_height( pixbuf -- gint )
gdk_pixbuf_get_n_channels( pixbuf -- gint )
gdk_pixbuf_get_option( pixbuf key -- gchar* )
gdk_pixbuf_get_pixels( pixbuf -- guint8* )
gdk_pixbuf_get_rowstride( pixbuf -- gint )
gdk_pixbuf_get_width( pixbuf -- gint )
gdk_pixbuf_gettext( msgid -- gchar* )
gdk_pixbuf_loader_close( pixbuf_loader error -- gboolean )
gdk_pixbuf_loader_get_animation( pixbuf_loader -- GdkPixbufAnimation* )
gdk_pixbuf_loader_get_format( pixbuf_loader -- GdkPixbufFormat* )
gdk_pixbuf_loader_get_pixbuf( pixbuf_loader -- GdkPixbuf* )
gdk_pixbuf_loader_new( -- GdkPixbufLoader* )
gdk_pixbuf_loader_new_with_mime_type( mime_type error -- GdkPixbufLoader* )
gdk_pixbuf_loader_new_with_type( image_type error -- GdkPixbufLoader* )
gdk_pixbuf_loader_set_size( pixbuf_loader width height -- )
gdk_pixbuf_loader_write( pixbuf_loader buf count error -- gboolean )
gdk_pixbuf_new( colorspace has_alpha bits_per_sample width height -- GdkPixbuf* )
gdk_pixbuf_new_from_data( data colorspace has_alpha bits_per_sample width height rowstride destroy_fn destroy_fn_data -- GdkPixbuf* )
gdk_pixbuf_new_from_file( filename error -- GdkPixbuf* )
gdk_pixbuf_new_from_file_at_scale( filename width height preserve_aspect_ratio error -- GdkPixbuf* )
gdk_pixbuf_new_from_file_at_size( filename width height error -- GdkPixbuf* )
gdk_pixbuf_new_from_inline( data_length data copy_pixels error -- GdkPixbuf* )
gdk_pixbuf_new_from_stream( stream cancellable error -- GdkPixbuf* )
gdk_pixbuf_new_from_stream_at_scale( stream width height preserve_aspect_ratio cancellable error -- GdkPixbuf* )
gdk_pixbuf_new_from_xpm_data( data -- GdkPixbuf* )
gdk_pixbuf_new_subpixbuf( pixbuf src_x src_y width height -- GdkPixbuf* )
gdk_pixbuf_non_anim_new( pixbuf -- GdkPixbufAnimation* )
gdk_pixbuf_ref( pixbuf -- GdkPixbuf* )
gdk_pixbuf_rotate_simple( pixbuf angle -- GdkPixbuf* )
gdk_pixbuf_saturate_and_pixelate( pixbuf dest saturation pixelate -- )
gdk_pixbuf_save( pixbuf filename type error varargs -- gboolean )
gdk_pixbuf_save_to_buffer( pixbuf buffer buffer_size type error varargs -- gboolean )
gdk_pixbuf_save_to_bufferv( pixbuf data buffer_size type option_keys option_values error -- gboolean )
gdk_pixbuf_save_to_callback( pixbuf save_func user_data type error varargs -- gboolean )
gdk_pixbuf_save_to_callbackv( pixbuf save_func user_data type option_keys option_values error -- gboolean )
gdk_pixbuf_save_to_stream( pixbuf stream type cancellable error varargs -- gboolean )
gdk_pixbuf_savev( pixbuf filename type option_keys option_values error -- gboolean )
gdk_pixbuf_scale( pixbuf dest dest_x dest_y dest_width dest_height offset_x offset_y scale_x scale_y interp_type -- )
gdk_pixbuf_scale_simple( pixbuf dest_width dest_height interp_type -- GdkPixbuf* )
gdk_pixbuf_set_option( pixbuf key value -- gboolean )
gdk_pixbuf_simple_anim_add_frame( pixbuf_simple_anim pixbuf -- )
gdk_pixbuf_simple_anim_get_loop( pixbuf_simple_anim -- gboolean )
gdk_pixbuf_simple_anim_new( width height rate -- GdkPixbufSimpleAnim* )
gdk_pixbuf_simple_anim_set_loop( pixbuf_simple_anim loop -- )
gdk_pixbuf_unref( pixbuf -- )
gdk_pixdata_deserialize( pixdata stream_length stream error -- gboolean )
gdk_pixdata_from_pixbuf( pixdata pixbuf use_rle -- gpointer )
gdk_pixdata_serialize( pixdata stream_length_p -- guint8 )
gdk_pixdata_to_csource( pixdata name dump_type -- GString* )


Files


Children
VocabularySummary
gdk2.pixbuf.ffi.private