diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-02 20:42:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-02 20:42:08 +0000 |
commit | fb5722ca968d12840652693eae1416ff143e454d (patch) | |
tree | 2bb9b333b99b04d27ce8ad66fcfb7114dafc6e6f /docs | |
parent | 9ce9e3dd2186d56c7a05547968ed2123b65e0dcc (diff) | |
download | gtk+-fb5722ca968d12840652693eae1416ff143e454d.tar.gz |
2.15.5GTK_2_15_5
svn path=/trunk/; revision=22448
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 | 172 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkentry.sgml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwindow.sgml | 8 |
4 files changed, 113 insertions, 76 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a932ead9cb..7ca9118117 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2009-03-02 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.5 === + 2009-03-01 Matthias Clasen <mclasen@redhat.com> Bug 573393 – Deprecated functions in gdk-Threads example code snippet diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 b/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 index a98fde75e7..745abd8ef9 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 @@ -1,118 +1,138 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "GDK-PIXBUF-CSOURCE" 1 "" "" "" -.SH NAME +'\" t +.\" Title: gdk-pixbuf-csource +.\" Author: [see the "Author" section] +.\" Generator: DocBook XSL Stylesheets v1.74.2 <http://docbook.sf.net/> +.\" Date: 03/02/2009 +.\" Manual: [FIXME: manual] +.\" Source: [FIXME: source] +.\" Language: English +.\" +.TH "GDK\-PIXBUF\-CSOURCE" "1" "03/02/2009" "[FIXME: source]" "[FIXME: manual]" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images .SH "SYNOPSIS" -.ad l -.hy 0 -.HP 19 +.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u \fBgdk\-pixbuf\-csource\fR [options] [image] -.ad -.hy -.ad l -.hy 0 -.HP 19 +.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u \fBgdk\-pixbuf\-csource\fR [options] \-\-build\-list [[name]\ [image]...] -.ad -.hy - .SH "DESCRIPTION" - .PP - \fBgdk\-pixbuf\-csource\fR is a small utility that generates C code containing images, useful for compiling images directly into programs\&. +\fBgdk\-pixbuf\-csource\fR +is a small utility that generates C code containing images, useful for compiling images directly into programs\&. .SH "INVOCATION" - .PP - \fBgdk\-pixbuf\-csource\fR either takes as input one image file name to generate code for, or, using the \fB\-\-build\-list\fR option, a list of (\fIname\fR, \fIimage\fR) pairs to generate code for a list of images into named variables\&. +\fBgdk\-pixbuf\-csource\fR +either takes as input one image file name to generate code for, or, using the +\fB\-\-build\-list\fR +option, a list of (\fIname\fR, +\fIimage\fR) pairs to generate code for a list of images into named variables\&. .SS "Options" - -.TP +.PP \fB\-\-stream\fR -Generate pixbuf data stream (a single string containing a serialized GdkPixdata structure in network byte order)\&. - -.TP +.RS 4 +Generate pixbuf data stream (a single string containing a serialized +GdkPixdata +structure in network byte order)\&. +.RE +.PP \fB\-\-struct\fR -Generate GdkPixdata structure (needs the GdkPixdata structure definition from \fIgdk\-pixdata\&.h\fR)\&. - -.TP +.RS 4 +Generate GdkPixdata structure (needs the +GdkPixdata +structure definition from +gdk\-pixdata\&.h)\&. +.RE +.PP \fB\-\-macros\fR +.RS 4 Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and *_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image\&. - -.TP +.RE +.PP \fB\-\-rle\fR +.RS 4 Enables run\-length encoding for the generated pixel data (default)\&. - -.TP +.RE +.PP \fB\-\-raw\fR +.RS 4 Disables run\-length encoding for the generated pixel data\&. - -.TP +.RE +.PP \fB\-\-extern\fR +.RS 4 Generate extern symbols\&. - -.TP +.RE +.PP \fB\-\-static\fR +.RS 4 Generate static symbols (default)\&. - -.TP +.RE +.PP \fB\-\-decoder\fR +.RS 4 Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition to decode run\-length encoded image data\&. - -.TP +.RE +.PP \fB\-\-name=identifier\fR -Specifies the identifier name (prefix) for the generated variables or macros (useful only if \fB\-\-build\-list\fR was not specified)\&. - -.TP +.RS 4 +Specifies the identifier name (prefix) for the generated variables or macros (useful only if \fB\-\-build\-list\fR -Enables (\fIname\fR, \fIimage\fR) pair parsing mode\&. - -.TP +was not specified)\&. +.RE +.PP +\fB\-\-build\-list\fR +.RS 4 +Enables (\fIname\fR, +\fIimage\fR) pair parsing mode\&. +.RE +.PP \fB\-h\fR, \fB\-\-help\fR +.RS 4 Print brief help and exit\&. - -.TP +.RE +.PP \fB\-v\fR, \fB\-\-version\fR +.RS 4 Print version and exit\&. - -.TP +.RE +.PP \fB\-\-g\-fatal\-warnings\fR +.RS 4 Make warnings fatal (causes the program to abort)\&. - +.RE .SH "SEE ALSO" - .PP -The GdkPixbuf documentation, shipped with the Gtk+ distribution, available from www\&.gtk\&.org: \fIhttp://www.gtk.org\fR\&. - +The +GdkPixbuf +documentation, shipped with the Gtk+ distribution, available from +\m[blue]\fBwww\&.gtk\&.org\fR\m[]\&\s-2\u[1]\d\s+2\&. .SH "BUGS" - .PP The runlength encoder gets out of sync with the pixel boundaries, since it includes the rowstride padding in the encoded stream\&. Furthermore, it generates pixbufs with suboptimal rowstride in some cases\&. - .SH "AUTHOR" - .PP - \fBgdk\-pixbuf\-csource\fR was written by Tim Janik <timj@gtk\&.org>\&. +\fBgdk\-pixbuf\-csource\fR +was written by Tim Janik +timj@gtk\&.org\&. .PP -This manual page was provided by Tim Janik <timj@gtk\&.org>\&. - +This manual page was provided by Tim Janik +timj@gtk\&.org\&. +.SH "NOTES" +.IP " 1." 4 +www.gtk.org +.RS 4 +\%http://www.gtk.org +.RE diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index d2147bb0d7..72b802c2c8 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -378,6 +378,11 @@ The #GtkEntry-struct struct contains only private data. </para> +<!-- ##### ARG GtkEntry:progress-border ##### --> +<para> + +</para> + <!-- ##### ARG GtkEntry:state-hint ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index c6a44f5988..0ad26a5581 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -870,6 +870,14 @@ Deprecated alias for gtk_window_set_position(). @Returns: +<!-- ##### FUNCTION gtk_window_get_default_icon_name ##### --> +<para> + +</para> + +@Returns: + + <!-- ##### FUNCTION gtk_window_get_default_size ##### --> <para> |