Add docs.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-12-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk-pixbuf-animation.h:
|
||||
* gdk-pixbuf-io.h: Add /*< public|private >*/ markers.
|
||||
|
||||
Sat Dec 7 10:14:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (gdk-pixbuf.loaders): Make gdk-pixbuf.loaders
|
||||
|
||||
@ -50,6 +50,8 @@ struct _GdkPixbufAnimation {
|
||||
struct _GdkPixbufAnimationClass {
|
||||
GObjectClass parent_class;
|
||||
|
||||
/*< public >*/
|
||||
|
||||
gboolean (*is_static_image) (GdkPixbufAnimation *anim);
|
||||
|
||||
GdkPixbuf* (*get_static_image) (GdkPixbufAnimation *anim);
|
||||
@ -79,6 +81,8 @@ struct _GdkPixbufAnimationIter {
|
||||
struct _GdkPixbufAnimationIterClass {
|
||||
GObjectClass parent_class;
|
||||
|
||||
/*< public >*/
|
||||
|
||||
int (*get_delay_time) (GdkPixbufAnimationIter *iter);
|
||||
|
||||
GdkPixbuf* (*get_pixbuf) (GdkPixbufAnimationIter *iter);
|
||||
|
||||
@ -95,6 +95,7 @@ struct _GdkPixbufModule {
|
||||
gchar **param_values,
|
||||
GError **error);
|
||||
|
||||
/*< private >*/
|
||||
void (*_reserved1) (void);
|
||||
void (*_reserved2) (void);
|
||||
void (*_reserved3) (void);
|
||||
|
||||
Reference in New Issue
Block a user