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
  Show / Hide Inherited methods, properties and signals
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
Method
GLib.string_sized_new (Number dfl_size) : GLib.String
GLib.IOChannel
Method
read_line_string (String buffer, Object out_values) : GLib.IOStatus
GLib.Variant
Method
print_string (String string, Boolean type_annotate) : GLib.String
GdkPixbuf.Pixdata
Method
to_csource (String name, PixdataDumpType dump_type) : GLib.String
Generates C source code suitable for compiling images directly into programs.
Gio.DBusInterfaceInfo
Method
generate_xml (Number indent, String string_builder) : none
Gio.DBusNodeInfo
Method
generate_xml (Number indent, String string_builder) : none
Gst
Method
Gst.print_element_args (String buf, Number indent, Element element) : none
Print the element argument in a human readable format in the given GString.
Gst
Method
Gst.print_pad_caps (String buf, Number indent, Pad pad) : none
Write the pad capabilities in a human readable format into the given GString.
GstRtsp.RTSPMessage
Method
append_headers (String str) : GstRtsp.RTSPResult
Append the currently configured headers in msg to the GString str suitable for transmission.
Gtk
Method
Gtk.rc_property_parse_border (ParamSpec pspec, String gstring, Value property_value) : Boolean
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) : Boolean
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) : Boolean
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) : Boolean
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) : Boolean
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.scan_string (Array pos, String out) : Boolean
Scans a string into a GString buffer.
Pango
Method
Pango.scan_word (Array pos, String out) : Boolean
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
WebKit.WebResource
Method
get_data () : GLib.String
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:58 GMT+0800 (HKT)