From e42129241681dde7adae7d20697e7b421682fbb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:23:22 +0200 Subject: Adding upstream version 2.10.22. Signed-off-by: Daniel Baumann --- devel-docs/libgimpthumb/html/GimpThumbnail.html | 897 +++++++++++++++++++++ devel-docs/libgimpthumb/html/api-index-full.html | 202 +++++ devel-docs/libgimpthumb/html/home.png | Bin 0 -> 256 bytes devel-docs/libgimpthumb/html/index.html | 46 ++ devel-docs/libgimpthumb/html/left-insensitive.png | Bin 0 -> 395 bytes devel-docs/libgimpthumb/html/left.png | Bin 0 -> 262 bytes .../html/libgimpthumb-GimpThumb-enums.html | 236 ++++++ .../html/libgimpthumb-GimpThumb-error.html | 139 ++++ .../html/libgimpthumb-GimpThumb-utils.html | 599 ++++++++++++++ devel-docs/libgimpthumb/html/libgimpthumb.devhelp2 | 79 ++ devel-docs/libgimpthumb/html/pt01.html | 46 ++ devel-docs/libgimpthumb/html/right-insensitive.png | Bin 0 -> 373 bytes devel-docs/libgimpthumb/html/right.png | Bin 0 -> 261 bytes devel-docs/libgimpthumb/html/style.css | 533 ++++++++++++ devel-docs/libgimpthumb/html/up-insensitive.png | Bin 0 -> 374 bytes devel-docs/libgimpthumb/html/up.png | Bin 0 -> 260 bytes 16 files changed, 2777 insertions(+) create mode 100644 devel-docs/libgimpthumb/html/GimpThumbnail.html create mode 100644 devel-docs/libgimpthumb/html/api-index-full.html create mode 100644 devel-docs/libgimpthumb/html/home.png create mode 100644 devel-docs/libgimpthumb/html/index.html create mode 100644 devel-docs/libgimpthumb/html/left-insensitive.png create mode 100644 devel-docs/libgimpthumb/html/left.png create mode 100644 devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-enums.html create mode 100644 devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html create mode 100644 devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-utils.html create mode 100644 devel-docs/libgimpthumb/html/libgimpthumb.devhelp2 create mode 100644 devel-docs/libgimpthumb/html/pt01.html create mode 100644 devel-docs/libgimpthumb/html/right-insensitive.png create mode 100644 devel-docs/libgimpthumb/html/right.png create mode 100644 devel-docs/libgimpthumb/html/style.css create mode 100644 devel-docs/libgimpthumb/html/up-insensitive.png create mode 100644 devel-docs/libgimpthumb/html/up.png (limited to 'devel-docs/libgimpthumb/html') diff --git a/devel-docs/libgimpthumb/html/GimpThumbnail.html b/devel-docs/libgimpthumb/html/GimpThumbnail.html new file mode 100644 index 0000000..5c3eee7 --- /dev/null +++ b/devel-docs/libgimpthumb/html/GimpThumbnail.html @@ -0,0 +1,897 @@ + + + + +GimpThumbnail: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpThumbnail

+

GimpThumbnail — The GimpThumbnail object

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+GimpThumbnail * + +gimp_thumbnail_new () +
+void + +gimp_thumbnail_set_uri () +
+gboolean + +gimp_thumbnail_set_filename () +
+gboolean + +gimp_thumbnail_set_from_thumb () +
+GimpThumbState + +gimp_thumbnail_peek_image () +
+GimpThumbState + +gimp_thumbnail_peek_thumb () +
+GimpThumbState + +gimp_thumbnail_check_thumb () +
+GdkPixbuf * + +gimp_thumbnail_load_thumb () +
+gboolean + +gimp_thumbnail_save_thumb () +
+gboolean + +gimp_thumbnail_save_thumb_local () +
+gboolean + +gimp_thumbnail_save_failure () +
+void + +gimp_thumbnail_delete_failure () +
+void + +gimp_thumbnail_delete_others () +
+gboolean + +gimp_thumbnail_has_failed () +
+
+
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
gint64image-filesizeRead / Write
gintimage-heightRead / Write
+gchar *image-mimetypeRead / Write
gint64image-mtimeRead / Write
gintimage-num-layersRead / Write
GimpThumbStateimage-stateRead / Write
+gchar *image-typeRead / Write
+gchar *image-uriRead / Write
gintimage-widthRead / Write
GimpThumbStatethumb-stateRead / Write
+
+
+

Types and Values

+
++++ + + + + +
 GimpThumbnail
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GimpThumbnail
+
+
+
+

Description

+

The GimpThumbnail object

+
+
+

Functions

+
+

gimp_thumbnail_new ()

+
GimpThumbnail *
+gimp_thumbnail_new (void);
+

Creates a new GimpThumbnail object.

+
+

Returns

+

a newly allocated GimpThumbnail object

+
+
+
+
+

gimp_thumbnail_set_uri ()

+
void
+gimp_thumbnail_set_uri (GimpThumbnail *thumbnail,
+                        const gchar *uri);
+

Sets the location of the image file associated with the thumbnail.

+

All information stored in the GimpThumbnail is reset.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

uri

an escaped URI

 
+
+
+
+
+

gimp_thumbnail_set_filename ()

+
gboolean
+gimp_thumbnail_set_filename (GimpThumbnail *thumbnail,
+                             const gchar *filename,
+                             GError **error);
+

Sets the location of the image file associated with the thumbnail.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

filename

a local filename in the encoding of the filesystem

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE if the filename was successfully set, +FALSE otherwise

+
+
+
+
+

gimp_thumbnail_set_from_thumb ()

+
gboolean
+gimp_thumbnail_set_from_thumb (GimpThumbnail *thumbnail,
+                               const gchar *filename,
+                               GError **error);
+

This function tries to load the thumbnail file pointed to by +filename + and retrieves the URI of the original image file from +it. This allows you to find the image file associated with a +thumbnail file.

+

This will only work with thumbnails from the global thumbnail +directory that contain a valid Thumb::URI tag.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

filename

filename of a local thumbnail file

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE if the pixbuf could be loaded, FALSE otherwise

+
+
+
+
+

gimp_thumbnail_peek_image ()

+
GimpThumbState
+gimp_thumbnail_peek_image (GimpThumbnail *thumbnail);
+

Checks the image file associated with the thumbnail + and updates +information such as state, filesize and modification time.

+
+

Parameters

+
+++++ + + + + + +

thumbnail

a GimpThumbnail object

 
+
+
+

Returns

+

the image's GimpThumbState after the update

+
+
+
+
+

gimp_thumbnail_peek_thumb ()

+
GimpThumbState
+gimp_thumbnail_peek_thumb (GimpThumbnail *thumbnail,
+                           GimpThumbSize size);
+

Checks if a thumbnail file for the thumbnail + exists. It doesn't +load the thumbnail image and thus cannot check if the thumbnail is +valid and uptodate for the image file asosciated with the +thumbnail +.

+

If you want to check the thumbnail, either attempt to load it using +gimp_thumbnail_load_thumb(), or, if you don't need the resulting +thumbnail pixbuf, use gimp_thumbnail_check_thumb().

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

size

the preferred size of the thumbnail image

 
+
+
+

Returns

+

the thumbnail's GimpThumbState after the update

+
+
+
+
+

gimp_thumbnail_check_thumb ()

+
GimpThumbState
+gimp_thumbnail_check_thumb (GimpThumbnail *thumbnail,
+                            GimpThumbSize size);
+

Checks if a thumbnail file for the thumbnail + exists, loads it and +verifies it is valid and uptodate for the image file asosciated +with the thumbnail +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

size

the preferred size of the thumbnail image

 
+
+
+

Returns

+

the thumbnail's GimpThumbState after the update

+
+

Since: 2.2

+
+
+
+

gimp_thumbnail_load_thumb ()

+
GdkPixbuf *
+gimp_thumbnail_load_thumb (GimpThumbnail *thumbnail,
+                           GimpThumbSize size,
+                           GError **error);
+

Attempts to load a thumbnail preview for the image associated with +thumbnail +. Before you use this function you need need to set an +image location using gimp_thumbnail_set_uri() or +gimp_thumbnail_set_filename(). You can also peek at the thumb +before loading it using gimp_thumbnail_peek_thumb.

+

This function will return the best matching pixbuf for the +specified size +. It returns the pixbuf as loaded from disk. It is +left to the caller to scale it to the desired size. The returned +pixbuf may also represent an outdated preview of the image file. +In order to verify if the preview is uptodate, you should check the +"thumb_state" property after calling this function.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

size

the preferred GimpThumbSize for the preview

 

error

return location for possible errors

 
+
+
+

Returns

+

a preview pixbuf or NULL if no thumbnail was found

+
+
+
+
+

gimp_thumbnail_save_thumb ()

+
gboolean
+gimp_thumbnail_save_thumb (GimpThumbnail *thumbnail,
+                           GdkPixbuf *pixbuf,
+                           const gchar *software,
+                           GError **error);
+

Saves a preview thumbnail for the image associated with thumbnail +. +to the global thumbnail repository.

+

The caller is responsible for setting the image file location, it's +filesize, modification time. One way to set this info is to is to +call gimp_thumbnail_set_uri() followed by gimp_thumbnail_peek_image(). +Since this won't work for remote images, it is left to the user of +gimp_thumbnail_save_thumb() to do this or to set the information +using the thumbnail + object properties.

+

The image format type and the number of layers can optionally be +set in order to be stored with the preview image.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

pixbuf

a GdkPixbuf representing the preview thumbnail

 

software

a string describing the software saving the thumbnail

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE if a thumbnail was successfully written, +FALSE otherwise

+
+
+
+
+

gimp_thumbnail_save_thumb_local ()

+
gboolean
+gimp_thumbnail_save_thumb_local (GimpThumbnail *thumbnail,
+                                 GdkPixbuf *pixbuf,
+                                 const gchar *software,
+                                 GError **error);
+

Saves a preview thumbnail for the image associated with thumbnail + +to the local thumbnail repository. Local thumbnails have been added +with version 0.7 of the spec.

+

Please see also gimp_thumbnail_save_thumb(). The notes made there +apply here as well.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

pixbuf

a GdkPixbuf representing the preview thumbnail

 

software

a string describing the software saving the thumbnail

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE if a thumbnail was successfully written, +FALSE otherwise

+
+

Since: 2.2

+
+
+
+

gimp_thumbnail_save_failure ()

+
gboolean
+gimp_thumbnail_save_failure (GimpThumbnail *thumbnail,
+                             const gchar *software,
+                             GError **error);
+

Saves a failure thumbnail for the image associated with +thumbnail +. This is an empty pixbuf that indicates that an attempt +to create a preview for the image file failed. It should be used to +prevent the software from further attempts to create this thumbnail.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

software

a string describing the software saving the thumbnail

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE if a failure thumbnail was successfully written, +FALSE otherwise

+
+
+
+
+

gimp_thumbnail_delete_failure ()

+
void
+gimp_thumbnail_delete_failure (GimpThumbnail *thumbnail);
+

Removes a failure thumbnail if one exists. This function should be +used after a thumbnail has been successfully created.

+
+

Parameters

+
+++++ + + + + + +

thumbnail

a GimpThumbnail object

 
+
+

Since: 2.2

+
+
+
+

gimp_thumbnail_delete_others ()

+
void
+gimp_thumbnail_delete_others (GimpThumbnail *thumbnail,
+                              GimpThumbSize size);
+

Removes all other thumbnails from the global thumbnail +repository. Only the thumbnail for size + is not deleted. This +function should be used after a thumbnail has been successfully +updated. See the spec for a more detailed description on when to +delete thumbnails.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

thumbnail

a GimpThumbnail object

 

size

the thumbnail size which should not be deleted

 
+
+

Since: 2.2

+
+
+
+

gimp_thumbnail_has_failed ()

+
gboolean
+gimp_thumbnail_has_failed (GimpThumbnail *thumbnail);
+

Checks if a valid failure thumbnail for the given thumbnail exists +in the global thumbnail repository. This may be the case even if +gimp_thumbnail_peek_thumb() doesn't return GIMP_THUMB_STATE_FAILED +since there might be a real thumbnail and a failure thumbnail for +the same image file.

+

The application should not attempt to create the thumbnail if a +valid failure thumbnail exists.

+
+

Parameters

+
+++++ + + + + + +

thumbnail

a GimpThumbnail object

 
+
+
+

Returns

+

TRUE if a failure thumbnail exists or

+
+

Since: 2.2

+
+
+
+

Types and Values

+
+

GimpThumbnail

+
typedef struct _GimpThumbnail GimpThumbnail;
+

All members of GimpThumbnail are private and should only be accessed +using object properties.

+
+
+
+

Property Details

+
+

The “image-filesize” property

+
  “image-filesize”           gint64
+

Size of the image file in bytes.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “image-height” property

+
  “image-height”             gint
+

Height of the image in pixels.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “image-mimetype” property

+
  “image-mimetype”           gchar *
+

Image mimetype.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Default value: NULL

+
+
+
+

The “image-mtime” property

+
  “image-mtime”              gint64
+

Modification time of the image file in seconds since the Epoch.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Default value: 0

+
+
+
+

The “image-num-layers” property

+
  “image-num-layers”         gint
+

The number of layers in the image.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “image-state” property

+
  “image-state”              GimpThumbState
+

State of the image associated to the thumbnail object.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Default value: GIMP_THUMB_STATE_UNKNOWN

+
+
+
+

The “image-type” property

+
  “image-type”               gchar *
+

String describing the type of the image format.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Default value: NULL

+
+
+
+

The “image-uri” property

+
  “image-uri”                gchar *
+

URI of the image file.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Default value: NULL

+
+
+
+

The “image-width” property

+
  “image-width”              gint
+

Width of the image in pixels.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “thumb-state” property

+
  “thumb-state”              GimpThumbState
+

State of the thumbnail file.

+

Owner: GimpThumbnail

+

Flags: Read / Write

+

Default value: GIMP_THUMB_STATE_UNKNOWN

+
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/api-index-full.html b/devel-docs/libgimpthumb/html/api-index-full.html new file mode 100644 index 0000000..53bb36d --- /dev/null +++ b/devel-docs/libgimpthumb/html/api-index-full.html @@ -0,0 +1,202 @@ + + + + +Index: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+

+Index

+

T

+
+GimpThumbError, enum in GimpThumb-error +
+
+
+GimpThumbFileType, enum in GimpThumb-enums +
+
+
+GimpThumbnail, struct in GimpThumbnail +
+
+
+GimpThumbnail:image-filesize, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-height, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-mimetype, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-mtime, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-num-layers, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-state, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-type, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-uri, object property in GimpThumbnail +
+
+
+GimpThumbnail:image-width, object property in GimpThumbnail +
+
+
+GimpThumbnail:thumb-state, object property in GimpThumbnail +
+
+
+gimp_thumbnail_check_thumb, function in GimpThumbnail +
+
+
+gimp_thumbnail_delete_failure, function in GimpThumbnail +
+
+
+gimp_thumbnail_delete_others, function in GimpThumbnail +
+
+
+gimp_thumbnail_has_failed, function in GimpThumbnail +
+
+
+gimp_thumbnail_load_thumb, function in GimpThumbnail +
+
+
+gimp_thumbnail_new, function in GimpThumbnail +
+
+
+gimp_thumbnail_peek_image, function in GimpThumbnail +
+
+
+gimp_thumbnail_peek_thumb, function in GimpThumbnail +
+
+
+gimp_thumbnail_save_failure, function in GimpThumbnail +
+
+
+gimp_thumbnail_save_thumb, function in GimpThumbnail +
+
+
+gimp_thumbnail_save_thumb_local, function in GimpThumbnail +
+
+
+gimp_thumbnail_set_filename, function in GimpThumbnail +
+
+
+gimp_thumbnail_set_from_thumb, function in GimpThumbnail +
+
+
+gimp_thumbnail_set_uri, function in GimpThumbnail +
+
+
+GimpThumbSize, enum in GimpThumb-enums +
+
+
+GimpThumbState, enum in GimpThumb-enums +
+
+
+gimp_thumbs_delete_for_uri, function in GimpThumb-utils +
+
+
+gimp_thumbs_delete_for_uri_local, function in GimpThumb-utils +
+
+
+gimp_thumb_ensure_thumb_dir, function in GimpThumb-utils +
+
+
+gimp_thumb_ensure_thumb_dir_local, function in GimpThumb-utils +
+
+
+GIMP_THUMB_ERROR, macro in GimpThumb-error +
+
+
+gimp_thumb_error_quark, function in GimpThumb-error +
+
+
+gimp_thumb_file_test, function in GimpThumb-utils +
+
+
+gimp_thumb_find_thumb, function in GimpThumb-utils +
+
+
+gimp_thumb_get_thumb_base_dir, function in GimpThumb-utils +
+
+
+gimp_thumb_get_thumb_dir, function in GimpThumb-utils +
+
+
+gimp_thumb_get_thumb_dir_local, function in GimpThumb-utils +
+
+
+gimp_thumb_init, function in GimpThumb-utils +
+
+
+gimp_thumb_name_from_uri, function in GimpThumb-utils +
+
+
+gimp_thumb_name_from_uri_local, function in GimpThumb-utils +
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/home.png b/devel-docs/libgimpthumb/html/home.png new file mode 100644 index 0000000..bf327ac Binary files /dev/null and b/devel-docs/libgimpthumb/html/home.png differ diff --git a/devel-docs/libgimpthumb/html/index.html b/devel-docs/libgimpthumb/html/index.html new file mode 100644 index 0000000..00881da --- /dev/null +++ b/devel-docs/libgimpthumb/html/index.html @@ -0,0 +1,46 @@ + + + + +GIMP Thumbnail Library Reference Manual: GIMP Thumbnail Library Reference Manual + + + + + + + +
+
+
+
+

+ for GIMP 2.10.22 + +

+
+
+
+
+
I. GIMP Thumbnail Library
+
+
+GimpThumbnail — The GimpThumbnail object +
+
+GimpThumb-utils — Utility functions provided and used by libgimpthumb +
+
+GimpThumb-enums — Enumerations used by libgimpthumb +
+
+GimpThumb-error — Error codes used by libgimpthumb +
+
+
Index
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/left-insensitive.png b/devel-docs/libgimpthumb/html/left-insensitive.png new file mode 100644 index 0000000..a214ac6 Binary files /dev/null and b/devel-docs/libgimpthumb/html/left-insensitive.png differ diff --git a/devel-docs/libgimpthumb/html/left.png b/devel-docs/libgimpthumb/html/left.png new file mode 100644 index 0000000..c11c1d0 Binary files /dev/null and b/devel-docs/libgimpthumb/html/left.png differ diff --git a/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-enums.html b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-enums.html new file mode 100644 index 0000000..6f4c14a --- /dev/null +++ b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-enums.html @@ -0,0 +1,236 @@ + + + + +GimpThumb-enums: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpThumb-enums

+

GimpThumb-enums — Enumerations used by libgimpthumb

+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + +
enumGimpThumbFileType
enumGimpThumbSize
enumGimpThumbState
+
+
+

Description

+

Enumerations used by libgimpthumb

+
+
+

Functions

+

+
+
+

Types and Values

+
+

enum GimpThumbFileType

+

File types as returned by gimp_thumb_file_test().

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

GIMP_THUMB_FILE_TYPE_NONE

+

file does not exist

+
 

GIMP_THUMB_FILE_TYPE_REGULAR

+

a regular file

+
 

GIMP_THUMB_FILE_TYPE_FOLDER

+

a directory

+
 

GIMP_THUMB_FILE_TYPE_SPECIAL

+

a special file (device node, fifo, socket, ...)

+
 
+
+
+
+
+

enum GimpThumbSize

+

Possible thumbnail sizes as defined by the Thumbnail Managing +Standard.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + +

GIMP_THUMB_SIZE_FAIL

+

special size used to indicate a thumbnail +creation failure

+
 

GIMP_THUMB_SIZE_NORMAL

+

normal thumbnail size (128 pixels)

+
 

GIMP_THUMB_SIZE_LARGE

+

large thumbnail size (256 pixels)

+
 
+
+
+
+
+

enum GimpThumbState

+

Possible image and thumbnail file states used by libgimpthumb.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

GIMP_THUMB_STATE_UNKNOWN

+

nothing is known about the file/thumbnail

+
 

GIMP_THUMB_STATE_REMOTE

+

the file is on a remote file system

+
 

GIMP_THUMB_STATE_FOLDER

+

the file is a directory

+
 

GIMP_THUMB_STATE_SPECIAL

+

the file is a special file

+
 

GIMP_THUMB_STATE_NOT_FOUND

+

the file/thumbnail doesn't exist

+
 

GIMP_THUMB_STATE_EXISTS

+

the file/thumbnail exists

+
 

GIMP_THUMB_STATE_OLD

+

the thumbnail may be outdated

+
 

GIMP_THUMB_STATE_FAILED

+

the thumbnail couldn't be created

+
 

GIMP_THUMB_STATE_OK

+

the thumbnail exists and matches the image

+
 
+
+
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html new file mode 100644 index 0000000..3b63f99 --- /dev/null +++ b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html @@ -0,0 +1,139 @@ + + + + +GimpThumb-error: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpThumb-error

+

GimpThumb-error — Error codes used by libgimpthumb

+
+
+

Functions

+
++++ + + + + +
+GQuark + +gimp_thumb_error_quark () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
enumGimpThumbError
#defineGIMP_THUMB_ERROR
+
+
+

Description

+

Error codes used by libgimpthumb

+
+
+

Functions

+
+

gimp_thumb_error_quark ()

+
GQuark
+gimp_thumb_error_quark (void);
+

This function is never called directly. Use GIMP_THUMB_ERROR() instead.

+
+

Returns

+

the GQuark that defines the GimpThumb error domain.

+
+
+
+
+

Types and Values

+
+

enum GimpThumbError

+

These are the possible error codes used when a GError is set by +libgimpthumb.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + +

GIMP_THUMB_ERROR_OPEN

+

there was a problem opening the file

+
 

GIMP_THUMB_ERROR_OPEN_ENOENT

+

the file doesn't exist

+
 

GIMP_THUMB_ERROR_MKDIR

+

there was a problem creating a directory

+
 
+
+
+
+
+

GIMP_THUMB_ERROR

+
#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
+
+

Identifier for the libgimpthumb error domain.

+
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-utils.html b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-utils.html new file mode 100644 index 0000000..39808e2 --- /dev/null +++ b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-utils.html @@ -0,0 +1,599 @@ + + + + +GimpThumb-utils: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpThumb-utils

+

GimpThumb-utils — Utility functions provided and used by libgimpthumb

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+gboolean + +gimp_thumb_init () +
const gchar * + +gimp_thumb_get_thumb_base_dir () +
+gchar * + +gimp_thumb_find_thumb () +
+GimpThumbFileType + +gimp_thumb_file_test () +
+gchar * + +gimp_thumb_name_from_uri () +
+gboolean + +gimp_thumb_ensure_thumb_dir () +
const gchar * + +gimp_thumb_get_thumb_dir () +
+void + +gimp_thumbs_delete_for_uri () +
+gchar * + +gimp_thumb_name_from_uri_local () +
+gboolean + +gimp_thumb_ensure_thumb_dir_local () +
+gchar * + +gimp_thumb_get_thumb_dir_local () +
+void + +gimp_thumbs_delete_for_uri_local () +
+
+
+

Description

+

Utility functions provided and used by libgimpthumb

+
+
+

Functions

+
+

gimp_thumb_init ()

+
gboolean
+gimp_thumb_init (const gchar *creator,
+                 const gchar *thumb_basedir);
+

This function initializes the thumbnail system. It must be called +before any other functions from libgimpthumb are used. You may call +it more than once if you want to change the thumb_basedir + but if +you do that, you should make sure that no thread is still using the +library. Apart from this function, libgimpthumb is multi-thread +safe.

+

The creator + string must be 7bit ASCII and should contain the name +of the software that creates the thumbnails. It is used to handle +thumbnail creation failures. See the spec for more details.

+

Usually you will pass NULL for thumb_basedir +. Thumbnails will +then be stored in the user's personal thumbnail directory as +defined in the spec. If you wish to use libgimpthumb to store +application-specific thumbnails, you can specify a different base +directory here.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

creator

an ASCII string that identifies the thumbnail creator

 

thumb_basedir

an absolute path or NULL to use the default

 
+
+
+

Returns

+

TRUE if the library was successfully initialized.

+
+
+
+
+

gimp_thumb_get_thumb_base_dir ()

+
const gchar *
+gimp_thumb_get_thumb_base_dir (void);
+

Returns the base directory of thumbnails cache. +It uses the Freedesktop Thumbnail Managing Standard on UNIX, +"~/Library/Caches/org.freedesktop.thumbnails" on OSX, and a cache +folder determined by glib on Windows (currently the common repository +for temporary Internet files). +The returned string belongs to GIMP and must not be changed nor freed.

+
+

Returns

+

the thumbnails cache directory.

+
+

Since: 2.10

+
+
+
+

gimp_thumb_find_thumb ()

+
gchar *
+gimp_thumb_find_thumb (const gchar *uri,
+                       GimpThumbSize *size);
+

This function attempts to locate a thumbnail for the given +uri +. First it tries the size that is stored at size +. If no +thumbnail of that size is found, it will look for a larger +thumbnail, then falling back to a smaller size.

+

If the user's thumbnail repository doesn't provide a thumbnail but +a local thumbnail repository exists for the folder the image is +located in, the same search is done among the local thumbnails (if +there are any).

+

If a thumbnail is found, it's size is written to the variable +pointer to by size + and the file location is returned.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

uri

an escaped URI

 

size

pointer to a GimpThumbSize

 
+
+
+

Returns

+

a newly allocated string in the encoding of the +filesystem or NULL if no thumbnail for uri +was found

+
+
+
+
+

gimp_thumb_file_test ()

+
GimpThumbFileType
+gimp_thumb_file_test (const gchar *filename,
+                      gint64 *mtime,
+                      gint64 *size,
+                      gint *err_no);
+

This is a convenience and portability wrapper around stat(). It +checks if the given filename + exists and returns modification time +and file size in 64bit integer values.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

filename

a filename in the encoding of the filesystem

 

mtime

return location for modification time

 

size

return location for file size

 

err_no

return location for system "errno"

 
+
+
+

Returns

+

The type of the file, or GIMP_THUMB_FILE_TYPE_NONE if +the file doesn't exist.

+
+
+
+
+

gimp_thumb_name_from_uri ()

+
gchar *
+gimp_thumb_name_from_uri (const gchar *uri,
+                          GimpThumbSize size);
+

Creates the name of the thumbnail file of the specified size + that +belongs to an image file located at the given uri +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

uri

an escaped URI

 

size

a GimpThumbSize

 
+
+
+

Returns

+

a newly allocated filename in the encoding of the +filesystem or NULL if uri +points to the user's +thumbnail repository.

+
+
+
+
+

gimp_thumb_ensure_thumb_dir ()

+
gboolean
+gimp_thumb_ensure_thumb_dir (GimpThumbSize size,
+                             GError **error);
+

This function checks if the directory that is required to store +thumbnails for a particular size + exist and attempts to create it +if necessary.

+

You shouldn't have to call this function directly since +gimp_thumbnail_save_thumb() and gimp_thumbnail_save_failure() will +do this for you.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

size

a GimpThumbSize

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE is the directory exists, FALSE if it could not +be created

+
+
+
+
+

gimp_thumb_get_thumb_dir ()

+
const gchar *
+gimp_thumb_get_thumb_dir (GimpThumbSize size);
+

Retrieve the name of the thumbnail folder for a specific size. The +returned pointer will become invalid if gimp_thumb_init() is used +again. It must not be changed or freed.

+
+

Parameters

+
+++++ + + + + + +

size

a GimpThumbSize

 
+
+
+

Returns

+

the thumbnail directory in the encoding of the filesystem

+
+
+
+
+

gimp_thumbs_delete_for_uri ()

+
void
+gimp_thumbs_delete_for_uri (const gchar *uri);
+

Deletes all thumbnails for the image file specified by uri + from the +user's thumbnail repository.

+
+

Parameters

+
+++++ + + + + + +

uri

an escaped URI

 
+
+

Since: 2.2

+
+
+
+

gimp_thumb_name_from_uri_local ()

+
gchar *
+gimp_thumb_name_from_uri_local (const gchar *uri,
+                                GimpThumbSize size);
+

Creates the name of a local thumbnail file of the specified size + +that belongs to an image file located at the given uri +. Local +thumbnails have been introduced with version 0.7 of the spec.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

uri

an escaped URI

 

size

a GimpThumbSize

 
+
+
+

Returns

+

a newly allocated filename in the encoding of the +filesystem or NULL if uri +is a remote file or +points to the user's thumbnail repository.

+
+

Since: 2.2

+
+
+
+

gimp_thumb_ensure_thumb_dir_local ()

+
gboolean
+gimp_thumb_ensure_thumb_dir_local (const gchar *dirname,
+                                   GimpThumbSize size,
+                                   GError **error);
+

This function checks if the directory that is required to store +local thumbnails for a particular size + exist and attempts to +create it if necessary.

+

You shouldn't have to call this function directly since +gimp_thumbnail_save_thumb_local() will do this for you.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

dirname

the basename of the dir, without the actual dirname itself

 

size

a GimpThumbSize

 

error

return location for possible errors

 
+
+
+

Returns

+

TRUE is the directory exists, FALSE if it could not +be created

+
+

Since: 2.2

+
+
+
+

gimp_thumb_get_thumb_dir_local ()

+
gchar *
+gimp_thumb_get_thumb_dir_local (const gchar *dirname,
+                                GimpThumbSize size);
+

Retrieve the name of the local thumbnail folder for a specific +size. Unlike gimp_thumb_get_thumb_dir() the returned string is not +constant and should be free'd when it is not any longer needed.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

dirname

the basename of the dir, without the actual dirname itself

 

size

a GimpThumbSize

 
+
+
+

Returns

+

the thumbnail directory in the encoding of the filesystem

+
+

Since: 2.2

+
+
+
+

gimp_thumbs_delete_for_uri_local ()

+
void
+gimp_thumbs_delete_for_uri_local (const gchar *uri);
+

Deletes all thumbnails for the image file specified by uri + from +the local thumbnail repository.

+
+

Parameters

+
+++++ + + + + + +

uri

an escaped URI

 
+
+

Since: 2.2

+
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/libgimpthumb.devhelp2 b/devel-docs/libgimpthumb/html/libgimpthumb.devhelp2 new file mode 100644 index 0000000..b19cbab --- /dev/null +++ b/devel-docs/libgimpthumb/html/libgimpthumb.devhelp2 @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/devel-docs/libgimpthumb/html/pt01.html b/devel-docs/libgimpthumb/html/pt01.html new file mode 100644 index 0000000..f337f05 --- /dev/null +++ b/devel-docs/libgimpthumb/html/pt01.html @@ -0,0 +1,46 @@ + + + + +Part I. GIMP Thumbnail Library: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+

+Part I. GIMP Thumbnail Library

+
+

Table of Contents

+
+
+GimpThumbnail — The GimpThumbnail object +
+
+GimpThumb-utils — Utility functions provided and used by libgimpthumb +
+
+GimpThumb-enums — Enumerations used by libgimpthumb +
+
+GimpThumb-error — Error codes used by libgimpthumb +
+
+
+
+ + + \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/right-insensitive.png b/devel-docs/libgimpthumb/html/right-insensitive.png new file mode 100644 index 0000000..e4a5684 Binary files /dev/null and b/devel-docs/libgimpthumb/html/right-insensitive.png differ diff --git a/devel-docs/libgimpthumb/html/right.png b/devel-docs/libgimpthumb/html/right.png new file mode 100644 index 0000000..2a405d3 Binary files /dev/null and b/devel-docs/libgimpthumb/html/right.png differ diff --git a/devel-docs/libgimpthumb/html/style.css b/devel-docs/libgimpthumb/html/style.css new file mode 100644 index 0000000..b4a1493 --- /dev/null +++ b/devel-docs/libgimpthumb/html/style.css @@ -0,0 +1,533 @@ +body +{ + font-family: cantarell, sans-serif; +} +.synopsis, .classsynopsis +{ + /* tango:aluminium 1/2 */ + background: #eeeeec; + background: rgba(238, 238, 236, 0.5); + border: solid 1px rgb(238, 238, 236); + padding: 0.5em; +} +.programlisting +{ + /* tango:sky blue 0/1 */ + /* fallback for no rgba support */ + background: #e6f3ff; + border: solid 1px #729fcf; + background: rgba(114, 159, 207, 0.1); + border: solid 1px rgba(114, 159, 207, 0.2); + padding: 0.5em; +} +.variablelist +{ + padding: 4px; + margin-left: 3em; +} +.variablelist td:first-child +{ + vertical-align: top; +} + +span.nowrap { + white-space: nowrap; +} + +div.gallery-float +{ + float: left; + padding: 10px; +} +div.gallery-float img +{ + border-style: none; +} +div.gallery-spacer +{ + clear: both; +} + +a, a:visited +{ + text-decoration: none; + /* tango:sky blue 2 */ + color: #3465a4; +} +a:hover +{ + text-decoration: underline; + /* tango:sky blue 1 */ + color: #729fcf; +} + +div.informaltable table +{ + border-collapse: separate; + border-spacing: 1em 0.3em; + border: none; +} + +div.informaltable table td, div.informaltable table th +{ + vertical-align: top; +} + +.function_type, +.variable_type, +.property_type, +.signal_type, +.parameter_name, +.struct_member_name, +.union_member_name, +.define_keyword, +.datatype_keyword, +.typedef_keyword +{ + text-align: right; +} + +/* dim non-primary columns */ +.c_punctuation, +.function_type, +.variable_type, +.property_type, +.signal_type, +.define_keyword, +.datatype_keyword, +.typedef_keyword, +.property_flags, +.signal_flags, +.parameter_annotations, +.enum_member_annotations, +.struct_member_annotations, +.union_member_annotations +{ + color: #888a85; +} + +.function_type a, +.function_type a:visited, +.function_type a:hover, +.property_type a, +.property_type a:visited, +.property_type a:hover, +.signal_type a, +.signal_type a:visited, +.signal_type a:hover, +.signal_flags a, +.signal_flags a:visited, +.signal_flags a:hover +{ + color: #729fcf; +} + +td p +{ + margin: 0.25em; +} + +div.table table +{ + border-collapse: collapse; + border-spacing: 0px; + /* tango:aluminium 3 */ + border: solid 1px #babdb6; +} + +div.table table td, div.table table th +{ + /* tango:aluminium 3 */ + border: solid 1px #babdb6; + padding: 3px; + vertical-align: top; +} + +div.table table th +{ + /* tango:aluminium 2 */ + background-color: #d3d7cf; +} + +h4 +{ + color: #555753; + margin-top: 1em; + margin-bottom: 1em; +} + +hr +{ + /* tango:aluminium 1 */ + color: #d3d7cf; + background: #d3d7cf; + border: none 0px; + height: 1px; + clear: both; + margin: 2.0em 0em 2.0em 0em; +} + +dl.toc dt +{ + padding-bottom: 0.25em; +} + +dl.toc > dt +{ + padding-top: 0.25em; + padding-bottom: 0.25em; + font-weight: bold; +} + +dl.toc > dl +{ + padding-bottom: 0.5em; +} + +.parameter +{ + font-style: normal; +} + +.footer +{ + padding-top: 3.5em; + /* tango:aluminium 3 */ + color: #babdb6; + text-align: center; + font-size: 80%; +} + +.informalfigure, +.figure +{ + margin: 1em; +} + +.informalexample, +.example +{ + margin-top: 1em; + margin-bottom: 1em; +} + +.warning +{ + /* tango:orange 0/1 */ + background: #ffeed9; + background: rgba(252, 175, 62, 0.1); + border-color: #ffb04f; + border-color: rgba(252, 175, 62, 0.2); +} +.note +{ + /* tango:chameleon 0/0.5 */ + background: #d8ffb2; + background: rgba(138, 226, 52, 0.1); + border-color: #abf562; + border-color: rgba(138, 226, 52, 0.2); +} +div.blockquote +{ + border-color: #eeeeec; +} +.note, .warning, div.blockquote +{ + padding: 0.5em; + border-width: 1px; + border-style: solid; + margin: 2em; +} +.note p, .warning p +{ + margin: 0; +} + +div.warning h3.title, +div.note h3.title +{ + display: none; +} + +p + div.section +{ + margin-top: 1em; +} + +div.refnamediv, +div.refsynopsisdiv, +div.refsect1, +div.refsect2, +div.toc, +div.section +{ + margin-bottom: 1em; +} + +/* blob links */ +h2 .extralinks, h3 .extralinks +{ + float: right; + /* tango:aluminium 3 */ + color: #babdb6; + font-size: 80%; + font-weight: normal; +} + +.lineart +{ + color: #d3d7cf; + font-weight: normal; +} + +.annotation +{ + /* tango:aluminium 5 */ + color: #555753; + font-weight: normal; +} + +.structfield +{ + font-style: normal; + font-weight: normal; +} + +acronym,abbr +{ + border-bottom: 1px dotted gray; +} + +.listing_frame { + /* tango:sky blue 1 */ + border: solid 1px #729fcf; + border: solid 1px rgba(114, 159, 207, 0.2); + padding: 0px; +} + +.listing_lines, .listing_code { + margin-top: 0px; + margin-bottom: 0px; + padding: 0.5em; +} +.listing_lines { + /* tango:sky blue 0.5 */ + background: #a6c5e3; + background: rgba(114, 159, 207, 0.2); + /* tango:aluminium 6 */ + color: #2e3436; +} +.listing_code { + /* tango:sky blue 0 */ + background: #e6f3ff; + background: rgba(114, 159, 207, 0.1); +} +.listing_code .programlisting { + /* override from previous */ + border: none 0px; + padding: 0px; + background: none; +} +.listing_lines pre, .listing_code pre { + margin: 0px; +} + +@media screen { + /* these have a as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote + { + position: relative; + top: 0em ! important; + } + /* this is needed so that the local anchors are displayed below the naviagtion */ + div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] + { + display: inline-block; + position: relative; + top:-5em; + } + /* this seems to be a bug in the xsl style sheets when generating indexes */ + div.index div.index + { + top: 0em; + } + /* make space for the fixed navigation bar and add space at the bottom so that + * link targets appear somewhat close to top + */ + body + { + padding-top: 2.5em; + padding-bottom: 500px; + max-width: 60em; + } + p + { + max-width: 60em; + } + /* style and size the navigation bar */ + table.navigation#top + { + position: fixed; + background: #e2e2e2; + border-bottom: solid 1px #babdb6; + border-spacing: 5px; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + z-index: 10; + } + table.navigation#top td + { + padding-left: 6px; + padding-right: 6px; + } + .navigation a, .navigation a:visited + { + /* tango:sky blue 3 */ + color: #204a87; + } + .navigation a:hover + { + /* tango:sky blue 2 */ + color: #3465a4; + } + td.shortcuts + { + /* tango:sky blue 2 */ + color: #3465a4; + font-size: 80%; + white-space: nowrap; + } + td.shortcuts .dim + { + color: #babdb6; + } + .navigation .title + { + font-size: 80%; + max-width: none; + margin: 0px; + font-weight: normal; + } +} +@media screen and (min-width: 60em) { + /* screen larger than 60em */ + body { margin: auto; } +} +@media screen and (max-width: 60em) { + /* screen less than 60em */ + #nav_hierarchy { display: none; } + #nav_interfaces { display: none; } + #nav_prerequisites { display: none; } + #nav_derived_interfaces { display: none; } + #nav_implementations { display: none; } + #nav_child_properties { display: none; } + #nav_style_properties { display: none; } + #nav_index { display: none; } + #nav_glossary { display: none; } + .gallery_image { display: none; } + .property_flags { display: none; } + .signal_flags { display: none; } + .parameter_annotations { display: none; } + .enum_member_annotations { display: none; } + .struct_member_annotations { display: none; } + .union_member_annotations { display: none; } + /* now that a column is hidden, optimize space */ + col.parameters_name { width: auto; } + col.parameters_description { width: auto; } + col.struct_members_name { width: auto; } + col.struct_members_description { width: auto; } + col.enum_members_name { width: auto; } + col.enum_members_description { width: auto; } + col.union_members_name { width: auto; } + col.union_members_description { width: auto; } + .listing_lines { display: none; } +} +@media print { + table.navigation { + visibility: collapse; + display: none; + } + div.titlepage table.navigation { + visibility: visible; + display: table; + background: #e2e2e2; + border: solid 1px #babdb6; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + height: 3em; + } +} + +.hll { background-color: #ffffcc } +.c { color: #408080; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #408080; font-style: italic } /* Comment.Hashbang */ +.cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.cp { color: #BC7A00 } /* Comment.Preproc */ +.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #408080; font-style: italic } /* Comment.Single */ +.cs { color: #408080; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008000 } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #B00040 } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BA2121 } /* Literal.String */ +.na { color: #7D9029 } /* Name.Attribute */ +.nb { color: #008000 } /* Name.Builtin */ +.nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #0000FF } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #19177C } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #666666 } /* Literal.Number.Bin */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sa { color: #BA2121 } /* Literal.String.Affix */ +.sb { color: #BA2121 } /* Literal.String.Backtick */ +.sc { color: #BA2121 } /* Literal.String.Char */ +.dl { color: #BA2121 } /* Literal.String.Delimiter */ +.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BA2121 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BA2121 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BA2121 } /* Literal.String.Single */ +.ss { color: #19177C } /* Literal.String.Symbol */ +.bp { color: #008000 } /* Name.Builtin.Pseudo */ +.fm { color: #0000FF } /* Name.Function.Magic */ +.vc { color: #19177C } /* Name.Variable.Class */ +.vg { color: #19177C } /* Name.Variable.Global */ +.vi { color: #19177C } /* Name.Variable.Instance */ +.vm { color: #19177C } /* Name.Variable.Magic */ +.il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/devel-docs/libgimpthumb/html/up-insensitive.png b/devel-docs/libgimpthumb/html/up-insensitive.png new file mode 100644 index 0000000..b159d01 Binary files /dev/null and b/devel-docs/libgimpthumb/html/up-insensitive.png differ diff --git a/devel-docs/libgimpthumb/html/up.png b/devel-docs/libgimpthumb/html/up.png new file mode 100644 index 0000000..8fad884 Binary files /dev/null and b/devel-docs/libgimpthumb/html/up.png differ -- cgit v1.2.3