summaryrefslogtreecommitdiff
path: root/docs/reference/gdk/tmpl/properties.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-04-30 18:07:51 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-04-30 18:07:51 +0000
commitc117408d9efaccd2db2441ae592de0e9ba84bb2c (patch)
tree3d3e7e0e06253073b5ebcee4164877e019eb1d69 /docs/reference/gdk/tmpl/properties.sgml
parent683de88115a7f85f89984315a9f48ba15119729d (diff)
downloadgtk+-c117408d9efaccd2db2441ae592de0e9ba84bb2c.tar.gz
Update for multihead.
Tue Apr 30 12:26:31 2002 Owen Taylor <otaylor@redhat.com> * gdk-sections.txt: Update for multihead. * multihead.sgml gtk-docs.sgml: Add overview of multihead from multihead branch. * tmpl/gdkdisplay.sgml tmpl/gdkscreen.sgml: New sections from multihead branch.
Diffstat (limited to 'docs/reference/gdk/tmpl/properties.sgml')
-rw-r--r--docs/reference/gdk/tmpl/properties.sgml56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/reference/gdk/tmpl/properties.sgml b/docs/reference/gdk/tmpl/properties.sgml
index 3c4c8d3fd9..e3c0d2693f 100644
--- a/docs/reference/gdk/tmpl/properties.sgml
+++ b/docs/reference/gdk/tmpl/properties.sgml
@@ -96,6 +96,20 @@ the nul-separated elements of the original text string.)
if the conversion failed.
+<!-- ##### FUNCTION gdk_text_property_to_text_list_for_display ##### -->
+<para>
+
+</para>
+
+@display:
+@encoding:
+@format:
+@text:
+@length:
+@list:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_free_text_list ##### -->
<para>
Frees the array of strings created by
@@ -119,6 +133,20 @@ gdk_text_property_to_text_list().
@Returns:
+<!-- ##### FUNCTION gdk_text_property_to_utf8_list_for_display ##### -->
+<para>
+
+</para>
+
+@display:
+@encoding:
+@format:
+@text:
+@length:
+@list:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_string_to_compound_text ##### -->
<para>
Converts a string from the encoding of the current locale
@@ -133,6 +161,20 @@ into a form suitable for storing in a window property.
@Returns: 0 upon sucess, non-zero upon failure.
+<!-- ##### FUNCTION gdk_string_to_compound_text_for_display ##### -->
+<para>
+
+</para>
+
+@display:
+@str:
+@encoding:
+@format:
+@ctext:
+@length:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_free_compound_text ##### -->
<para>
Frees the data returned from gdk_string_to_compound_text().
@@ -163,6 +205,20 @@ Frees the data returned from gdk_string_to_compound_text().
@Returns:
+<!-- ##### FUNCTION gdk_utf8_to_compound_text_for_display ##### -->
+<para>
+
+</para>
+
+@display:
+@str:
+@encoding:
+@format:
+@ctext:
+@length:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_atom_intern ##### -->
<para>
Finds or creates an atom corresponding to a given string.