_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all
* io-xpm.c, io-xbm.c, io-ico.c, io-ani.c, io-png.c, gdk-pixbuf.c, gdk-pixbuf-animation.c, gdk-pixbuf-loader.c, gdk-pixbuf-private.h: _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all callers.
This commit is contained in:
		| @ -154,10 +154,10 @@ prepared_callback (GdkPixbufLoader *loader, | ||||
| 		context->animation->height = gdk_pixbuf_get_height (pixbuf); | ||||
| 	 | ||||
| 	if (context->title != NULL)  | ||||
| 		gdk_pixbuf_set_option (pixbuf, "Title", context->title); | ||||
| 		_gdk_pixbuf_set_option (pixbuf, "Title", context->title); | ||||
| 	 | ||||
| 	if (context->author != NULL)  | ||||
| 		gdk_pixbuf_set_option (pixbuf, "Author", context->author); | ||||
| 		_gdk_pixbuf_set_option (pixbuf, "Author", context->author); | ||||
|  | ||||
| 	g_object_ref (pixbuf); | ||||
| 	context->animation->pixbufs[context->pos] = pixbuf; | ||||
| @ -447,7 +447,7 @@ ani_load_chunk (AniLoaderContext *context, GError **error) | ||||
| 		g_print ("INAM %s\n", context->title); | ||||
| #endif | ||||
| 		for (i = 0; i < context->pos; i++) | ||||
| 			gdk_pixbuf_set_option (context->animation->pixbufs[i], "Title", context->title);			 | ||||
| 			_gdk_pixbuf_set_option (context->animation->pixbufs[i], "Title", context->title);			 | ||||
| 	} | ||||
|         else if (context->chunk_id == TAG_IART)  | ||||
| 	{ | ||||
| @ -466,7 +466,7 @@ ani_load_chunk (AniLoaderContext *context, GError **error) | ||||
| 		g_print ("IART %s\n", context->author); | ||||
| #endif | ||||
| 		for (i = 0; i < context->pos; i++) | ||||
| 			gdk_pixbuf_set_option (context->animation->pixbufs[i], "Author", context->author);			 | ||||
| 			_gdk_pixbuf_set_option (context->animation->pixbufs[i], "Author", context->author);			 | ||||
| 	} | ||||
|  | ||||
| #ifdef DEBUG_ANI | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen