-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return a GdkPixbufLoader, not a GtkObject.
1999-10-27 Federico Mena Quintero <[email protected]> * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_new): Return a GdkPixbufLoader, not a GtkObject. (gtk_marshal_NONE__INT_INT_INT_INT): Made static. (gdk_pixbuf_loader_get_type): Documented. (gdk_pixbuf_loader_class_init): Initialize the parent class correctly. (gdk_pixbuf_loader_destroy): Added sanity checks. Call the parent class destroy function. (gdk_pixbuf_loader_new): Documented. (gdk_pixbuf_loader_finalize): Call the parent class finalize function. (gdk_pixbuf_loader_write): Use size_t for count.
- Loading branch information
Showing
7 changed files
with
246 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
1999-10-27 Federico Mena Quintero <[email protected]> | ||
|
||
* src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_new): Return a | ||
GdkPixbufLoader, not a GtkObject. | ||
(gtk_marshal_NONE__INT_INT_INT_INT): Made static. | ||
(gdk_pixbuf_loader_get_type): Documented. | ||
(gdk_pixbuf_loader_class_init): Initialize the parent class | ||
correctly. | ||
(gdk_pixbuf_loader_destroy): Added sanity checks. Call the parent | ||
class destroy function. | ||
(gdk_pixbuf_loader_new): Documented. | ||
(gdk_pixbuf_loader_finalize): Call the parent class finalize | ||
function. | ||
(gdk_pixbuf_loader_write): Use size_t for count. | ||
|
||
1999-10-27 Michael Fulbright <[email protected]> | ||
|
||
* src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_destroy): Fixed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.