ConfigInterface
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"config" , type_id =
"gimp_config_get_type ()" ) ]
public interface ConfigInterface :
Object
All known implementing classes:
Content:
Static methods:
- public static string build_data_path (string name)
Creates a search path as it is used in the gimprc file.
- public static string build_plug_in_path (string name)
Creates a search path as it is used in the gimprc file.
- public static string build_system_path (string name)
Creates a search path as it is used in the gimprc file.
- public static string build_writable_path (string name)
Creates a search path as it is used in the gimprc file.
- public static bool deserialize_return (Scanner scanner, TokenType expected_token, int nest_level)
- public static List<unowned ParamSpec> diff (Object a, Object b, ParamFlags flags)
Compares all properties of a and b that have
all flags set.
- public static Quark error_quark ()
This function is never called directly.
- public static ParamSpec param_spec_duplicate (ParamSpec pspec)
Creates an exact copy of pspec, with all its properties,
returns null if pspec is of an unknown type that can't be duplicated.
- public static void reset_properties (Object object)
Resets all writable properties of object to the default
values as defined in their ParamSpec.
- public static void reset_property (Object object, string property_name)
Resets the property named property_name to its default
value.
- public static bool serialize_value (Value value, StringBuilder str, bool escaped)
This utility function appends a string representation of
Value to str.
- public static void string_append_escaped (StringBuilder string, string val)
Escapes and quotes val and appends it to string
.
- public static bool sync (Object src, Object dest, ParamFlags flags)
Compares all read- and write-able properties from src and
dest that have all flags set.
- public static Type type_register (Type parent_type, string type_name, ParamSpec[] pspecs)
This function is a fancy wrapper around g_type_register_static
.
Inherited Members:
All known members inherited from class GLib.Object