gdk-pixbuf.ffi vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Parents:gdk-pixbuf


Words

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


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_INCOMPLETE_ANIMATION( -- value )
GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY( -- value )
GDK_PIXBUF_ERROR_UNKNOWN_TYPE( -- value )
GDK_PIXBUF_ERROR_UNSUPPORTED_OPERATION( -- value )
GDK_PIXBUF_FORMAT_SCALABLE( -- value )
GDK_PIXBUF_FORMAT_THREADSAFE( -- value )
GDK_PIXBUF_FORMAT_WRITABLE( -- 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 )
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 )
GdkPixbufModuleBeginLoadFunc( quot -- alien )
GdkPixbufModuleFillInfoFunc( quot -- alien )
GdkPixbufModuleFillVtableFunc( quot -- alien )
GdkPixbufModuleIncrementLoadFunc( quot -- alien )
GdkPixbufModuleLoadAnimationFunc( quot -- alien )
GdkPixbufModuleLoadFunc( quot -- alien )
GdkPixbufModuleLoadXpmDataFunc( quot -- alien )
GdkPixbufModulePreparedFunc( quot -- alien )
GdkPixbufModuleSaveCallbackFunc( quot -- alien )
GdkPixbufModuleSaveFunc( quot -- alien )
GdkPixbufModuleSaveOptionSupportedFunc( quot -- alien )
GdkPixbufModuleSizeFunc( quot -- alien )
GdkPixbufModuleStopLoadFunc( 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_new_from_resource( resource_path error -- GdkPixbufAnimation* )
gdk_pixbuf_animation_new_from_stream( stream cancellable error -- GdkPixbufAnimation* )
gdk_pixbuf_animation_new_from_stream_async( stream cancellable callback user_data -- )
gdk_pixbuf_animation_new_from_stream_finish( async_result error -- GdkPixbufAnimation* )
gdk_pixbuf_animation_ref( pixbuf_animation -- GdkPixbufAnimation* )
gdk_pixbuf_animation_unref( pixbuf_animation -- )
gdk_pixbuf_apply_embedded_orientation( pixbuf -- GdkPixbuf* )
gdk_pixbuf_calculate_rowstride( colorspace has_alpha bits_per_sample width height -- gint )
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_copy_options( pixbuf dest_pixbuf -- gboolean )
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_save_option_supported( pixbuf_format option_key -- 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_get_bits_per_sample( pixbuf -- gint )
gdk_pixbuf_get_byte_length( pixbuf -- gsize )
gdk_pixbuf_get_colorspace( pixbuf -- GdkColorspace )
gdk_pixbuf_get_file_info( filename width height -- GdkPixbufFormat* )
gdk_pixbuf_get_file_info_async( filename cancellable callback user_data -- )
gdk_pixbuf_get_file_info_finish( async_result width height error -- 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_options( pixbuf -- GHashTable* )
gdk_pixbuf_get_pixels( pixbuf -- guint8* )
gdk_pixbuf_get_pixels_with_length( pixbuf length -- guint8* )
gdk_pixbuf_get_rowstride( pixbuf -- gint )
gdk_pixbuf_get_width( pixbuf -- gint )
gdk_pixbuf_init_modules( path error -- gboolean )
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_loader_write_bytes( pixbuf_loader buffer error -- gboolean )
gdk_pixbuf_new( colorspace has_alpha bits_per_sample width height -- GdkPixbuf* )
gdk_pixbuf_new_from_bytes( data colorspace has_alpha bits_per_sample width height rowstride -- 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_resource( resource_path error -- GdkPixbuf* )
gdk_pixbuf_new_from_resource_at_scale( resource_path width height preserve_aspect_ratio error -- GdkPixbuf* )
gdk_pixbuf_new_from_stream( stream cancellable error -- GdkPixbuf* )
gdk_pixbuf_new_from_stream_async( stream cancellable callback user_data -- )
gdk_pixbuf_new_from_stream_at_scale( stream width height preserve_aspect_ratio cancellable error -- GdkPixbuf* )
gdk_pixbuf_new_from_stream_at_scale_async( stream width height preserve_aspect_ratio cancellable callback user_data -- )
gdk_pixbuf_new_from_stream_finish( async_result 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_read_pixel_bytes( pixbuf -- GBytes* )
gdk_pixbuf_read_pixels( pixbuf -- guint8 )
gdk_pixbuf_ref( pixbuf -- GdkPixbuf* )
gdk_pixbuf_remove_option( pixbuf key -- gboolean )
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_save_to_stream_async( pixbuf stream type cancellable callback user_data varargs -- )
gdk_pixbuf_save_to_stream_finish( async_result error -- gboolean )
gdk_pixbuf_save_to_streamv( pixbuf stream type option_keys option_values cancellable error -- gboolean )
gdk_pixbuf_save_to_streamv_async( pixbuf stream type option_keys option_values cancellable callback user_data -- )
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 -- )


Files