Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 7ad4e32c316d4ad86d3c3eb0e12a6a34 > files > 30

glib-java-devel-0.4.2-8mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_0) on Fri Oct 30 13:20:30 EDT 2009 -->
<TITLE>
GListString (glib-java 0.4.2 API Reference)
</TITLE>

<META NAME="date" CONTENT="2009-10-30">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="GListString (glib-java 0.4.2 API Reference)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../org/gnu/glib/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/gnu/glib/GEvent.html" title="class in org.gnu.glib"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/gnu/glib/GListString.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="GListString.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.gnu.glib.GObject">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.gnu.glib</FONT>
<BR>
Class GListString</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/gnu/glib/Struct.html" title="class in org.gnu.glib">org.gnu.glib.Struct</A>
      <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib">org.gnu.glib.GObject</A>
          <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.gnu.glib.GListString</B>
</PRE>
<HR>
<B>Deprecated.</B>&nbsp;<I>This class is deprecated. Use Java's collection classes or arrays
             instead.
 
 Wrapper class for glib's <code>GList</code> structure, specialized to hold
 only lists of strings. This class provides a way to translate between
 <code>GList</code> and native Java arrays and collections. For instances
 initially constructed at the Java layer, the class manages all of the memory
 pointed to by the GLib layer, so, in that case, if an instance of this class
 gets gc'ed then the GLib memory will be reclaimed. Some instances of this
 class have their origin in the GLib layer, however. For these instances, no
 GLib memory is reclaimed when the Java instance gets collected.
 
 <p>
 This class is not intended to provide all of the functionality of
 <code>GList</code> directly. If, for example, you are interested in
 interactively inserting or deleting elements, or iterating over the elements,
 you should do such things with Java objects, translating to and from
 instances of this class as needed.
 </p>
 
 <p>
 The Java-Gnome bindings library is free software distributed under the terms
 of the GNU Library General Public License version 2.
 </p></I>
<P>
<DL>
<DT><PRE>public final class <B>GListString</B><DT>extends <A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib">GObject</A></DL>
</PRE>

<P>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.gnu.glib.GObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.gnu.glib.<A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib">GObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/gnu/glib/GObject.html#eventsInitialized">eventsInitialized</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/gnu/glib/GListString.html#GListString()">GListString</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/gnu/glib/GListString.html#GListString(java.lang.String[])">GListString</A></B>(java.lang.String[]&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/gnu/glib/GListString.html#GListString(java.util.Vector)">GListString</A></B>(java.util.Vector&nbsp;vec)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/GListString.html#append(java.lang.String)">append</A></B>(java.lang.String&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/GListString.html#append0(org.gnu.glib.Handle, java.lang.String)">append0</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;handle,
        java.lang.String&nbsp;str)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/GListString.html#finalize()">finalize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.gnu.glib.GObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.gnu.glib.<A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib">GObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.Object)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.Object, java.lang.Object)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.String, java.lang.Class)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.String, java.lang.Class, java.lang.Object)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.String, java.lang.Object)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.String, java.lang.Object, boolean)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addEventHandler(java.lang.String, java.lang.String, java.lang.Object, java.lang.Object)">addEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#addListener(org.gnu.glib.PropertyNotificationListener)">addListener</A>, <A HREF="../../../org/gnu/glib/GObject.html#collect()">collect</A>, <A HREF="../../../org/gnu/glib/GObject.html#freezeNotify()">freezeNotify</A>, <A HREF="../../../org/gnu/glib/GObject.html#getBooleanProperty(java.lang.String)">getBooleanProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getData(org.gnu.glib.Handle, java.lang.String)">getData</A>, <A HREF="../../../org/gnu/glib/GObject.html#getData(java.lang.String)">getData</A>, <A HREF="../../../org/gnu/glib/GObject.html#getDoubleProperty(java.lang.String)">getDoubleProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getEventListenerClass(java.lang.String)">getEventListenerClass</A>, <A HREF="../../../org/gnu/glib/GObject.html#getEventType(java.lang.String)">getEventType</A>, <A HREF="../../../org/gnu/glib/GObject.html#getFloatProperty(java.lang.String)">getFloatProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getGObjectFromHandle(org.gnu.glib.Handle)">getGObjectFromHandle</A>, <A HREF="../../../org/gnu/glib/GObject.html#getIntFromHandle(org.gnu.glib.Handle)">getIntFromHandle</A>, <A HREF="../../../org/gnu/glib/GObject.html#getIntProperty(java.lang.String)">getIntProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getJavaObjectProperty(java.lang.String)">getJavaObjectProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getLongProperty(java.lang.String)">getLongProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getProperty(java.lang.String)">getProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#getStringFromHandle(org.gnu.glib.Handle)">getStringFromHandle</A>, <A HREF="../../../org/gnu/glib/GObject.html#getStringProperty(java.lang.String)">getStringProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#hasProperty(java.lang.String)">hasProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#instantiateJGObjectFromGType(int, org.gnu.glib.Handle)">instantiateJGObjectFromGType</A>, <A HREF="../../../org/gnu/glib/GObject.html#notify(java.lang.String)">notify</A>, <A HREF="../../../org/gnu/glib/GObject.html#removeEventHandler(int)">removeEventHandler</A>, <A HREF="../../../org/gnu/glib/GObject.html#removeListener(org.gnu.glib.PropertyNotificationListener)">removeListener</A>, <A HREF="../../../org/gnu/glib/GObject.html#retrieveGObject(org.gnu.glib.Handle)">retrieveGObject</A>, <A HREF="../../../org/gnu/glib/GObject.html#setBooleanProperty(java.lang.String, boolean)">setBooleanProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setData(org.gnu.glib.Handle, java.lang.String, java.lang.Object)">setData</A>, <A HREF="../../../org/gnu/glib/GObject.html#setData(java.lang.String, java.lang.Object)">setData</A>, <A HREF="../../../org/gnu/glib/GObject.html#setDoubleProperty(java.lang.String, double)">setDoubleProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setFloatProperty(java.lang.String, float)">setFloatProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setIntProperty(java.lang.String, int)">setIntProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setJavaObjectProperty(java.lang.String, java.lang.Object)">setJavaObjectProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setLongProperty(java.lang.String, long)">setLongProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setProperty(java.lang.String, org.gnu.glib.Value)">setProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#setStringProperty(java.lang.String, java.lang.String)">setStringProperty</A>, <A HREF="../../../org/gnu/glib/GObject.html#thawNotify()">thawNotify</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.gnu.glib.Struct"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.gnu.glib.<A HREF="../../../org/gnu/glib/Struct.html" title="class in org.gnu.glib">Struct</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/gnu/glib/Struct.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../org/gnu/glib/Struct.html#getHandle()">getHandle</A>, <A HREF="../../../org/gnu/glib/Struct.html#getNullHandle()">getNullHandle</A>, <A HREF="../../../org/gnu/glib/Struct.html#hashCode()">hashCode</A>, <A HREF="../../../org/gnu/glib/Struct.html#setHandle(org.gnu.glib.Handle)">setHandle</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="GListString()"><!-- --></A><H3>
GListString</H3>
<PRE>
public <B>GListString</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Construct an instance. It initially contains no elements.
<P>
</DL>
<HR>

<A NAME="GListString(java.util.Vector)"><!-- --></A><H3>
GListString</H3>
<PRE>
public <B>GListString</B>(java.util.Vector&nbsp;vec)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Construct an instance initially containing the elements of the given
 vector.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>vec</CODE> - the vector containing the elements to put in the instance</DL>
</DL>
<HR>

<A NAME="GListString(java.lang.String[])"><!-- --></A><H3>
GListString</H3>
<PRE>
public <B>GListString</B>(java.lang.String[]&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Construct an instance initially containing the elemnts of the given
 array.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>list</CODE> - The Array containing the elements to put in this instance.</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="finalize()"><!-- --></A><H3>
finalize</H3>
<PRE>
protected void <B>finalize</B>()
                 throws java.lang.Throwable</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Finalize this instance. This method should never be called, other than by
 the Java virtual machine.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/gnu/glib/GObject.html#finalize()">finalize</A></CODE> in class <CODE><A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib">GObject</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.lang.Throwable</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="append(java.lang.String)"><!-- --></A><H3>
append</H3>
<PRE>
public void <B>append</B>(java.lang.String&nbsp;s)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Append a string to the end of this instance.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>s</CODE> - the string to append</DL>
</DD>
</DL>
<HR>

<A NAME="append0(org.gnu.glib.Handle, java.lang.String)"><!-- --></A><H3>
append0</H3>
<PRE>
public <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>append0</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;handle,
                      java.lang.String&nbsp;str)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Append a string to this instance, where the string is represented as an
 array of <code>byte</code>s representing character values in the
 default encoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>str</CODE> - The string, represented in ISO-8859-1</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../org/gnu/glib/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/gnu/glib/GEvent.html" title="class in org.gnu.glib"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/gnu/glib/GObject.html" title="class in org.gnu.glib"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/gnu/glib/GListString.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="GListString.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.gnu.glib.GObject">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>