mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 20:30:11 +00:00
5b291073b0
* gdk-pixbuf/porting-from-imlib.sgml: GDK instead of Gdk. * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: Replace references to deprecated functions. * gdk/tmpl/event_structs.sgml, gdk/tmpl/gcs.sgml, gdk/tmpl/images.sgml: Replace references to deprecated functions. * gdk/tmpl/properties.sgml, gdk/tmpl/selections.sgml: Additions. * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: Minor documentation tweaks.
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
&gdk-pixbuf; Xlib initialization
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Initializing the &gdk-pixbuf; Xlib library.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
In addition to the normal Gdk-specific functions, the &gdk-pixbuf;
|
|
package provides a small library that lets Xlib-only applications
|
|
use #GdkPixbuf structures and render them to X drawables. The
|
|
functions in this section are used to initialize the &gdk-pixbuf;
|
|
Xlib library. This library must be initialized near the beginning
|
|
of the program or before calling any of the other &gdk-pixbuf;
|
|
Xlib functions.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
XlibRGB
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_xlib_init ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@screen_num:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_xlib_init_with_depth ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@screen_num:
|
|
@prefDepth: <!--
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
End:
|
|
-->
|
|
|
|
|