Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.String

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GString
Struct : String
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.String ()
Create a new GLib.String
Create a new GLib.String
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib.IOChannel
Method
read_line_string (String buffer, guint32 terminator_pos) : GLib.IOStatus
Gio.DBusInterfaceInfo
Method
generate_xml (guint32 indent, String string_builder) : none
Appends an XML representation of info (and its children) to string_builder.
Gio.DBusNodeInfo
Method
generate_xml (guint32 indent, String string_builder) : none
Appends an XML representation of info (and its children) to string_builder.
Gtk
Method
Gtk.rc_property_parse_border (ParamSpec pspec, String gstring, Value property_value) : gboolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser() which parses
borders in the form
"{ left, right, top, bottom }" for integers
left, right, top and bottom.
Gtk
Method
Gtk.rc_property_parse_color (ParamSpec pspec, String gstring, Value property_value) : gboolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser() which parses a
color given either by its name or in the form
{ red, green, blue } where red, green and
blue are integers between 0 and 65535 or floating-point numbers
between 0 and 1.
Gtk
Method
Gtk.rc_property_parse_enum (ParamSpec pspec, String gstring, Value property_value) : gboolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser() which parses a single
enumeration value.
Gtk
Method
Gtk.rc_property_parse_flags (ParamSpec pspec, String gstring, Value property_value) : gboolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser() which parses flags.
Gtk
Method
Gtk.rc_property_parse_requisition (ParamSpec pspec, String gstring, Value property_value) : gboolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser()
or gtk_widget_class_install_style_property_parser() which parses a
requisition in the form
"{ width, height }" for integers width and height.
Pango
Method
Pango.read_line (void* stream, String str) : gint32
Reads an entire line from a file into a buffer.
Pango
Method
Pango.scan_string (String pos, String out) : gboolean
Scans a string into a GString buffer.
Pango
Method
Pango.scan_word (String pos, String out) : gboolean
Scans a word into a GString buffer.
Soup
Method
Soup.header_g_string_append_param (String string, String name, String value) : none
Appends something like name=value to string,
taking care to quote value if needed, and if so, to escape any
quotes or backslashes in value.
Soup
Method
Soup.header_g_string_append_param_quoted (String string, String name, String value) : none
Appends something like name="value" to
WebKit.WebDataSource
Method
get_data () : GLib.String
Returns the raw data that represents the the frame's content.The data will
be incomplete until the data has finished loading.
WebKit.WebResource
Method
get_data () : GLib.String
Returns the data of the webResource.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:32 GMT+0800 (HKT)