Add docs.

This commit is contained in:
Matthias Clasen
2002-12-08 00:18:13 +00:00
parent bbfec646e1
commit 29969a9081
5 changed files with 41 additions and 22 deletions

View File

@ -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

View File

@ -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);

View File

@ -95,6 +95,7 @@ struct _GdkPixbufModule {
gchar **param_values,
GError **error);
/*< private >*/
void (*_reserved1) (void);
void (*_reserved2) (void);
void (*_reserved3) (void);