/usr/share/gir-1.0/A11yProfileManager-0.1.gir is in liba11y-profile-manager-0.1-dev 0.1.11-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 | <?xml version="1.0"?>
<repository version="1.2" xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
<include name="GObject" version="2.0"/>
<include name="GLib" version="2.0"/>
<package name="a11y-profile-manager-0.1"/>
<c:include name="a11y-profile-manager.h"/>
<namespace name="A11yProfileManager" version="0.1" c:prefix="A11yProfileManager">
<enumeration name="ProfileError" c:type="A11yProfileManagerProfileError" glib:error-domain="a11y_profile_manager_profile_error-quark">
<member name="no_profile_group" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_PROFILE_GROUP" value="0"/>
<member name="no_name_entry" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_NAME_ENTRY" value="1"/>
<member name="no_description_entry" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_DESCRIPTION_ENTRY" value="2"/>
<member name="invalid_entry" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_INVALID_ENTRY" value="3"/>
<member name="no_such_monitor_schema" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_SUCH_MONITOR_SCHEMA" value="4"/>
<member name="schema_without_key" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_SCHEMA_WITHOUT_KEY" value="5"/>
<member name="no_such_monitor_key" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_SUCH_MONITOR_KEY" value="6"/>
<member name="no_gsettings_files_found" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_GSETTINGS_FILES_FOUND" value="7"/>
<member name="schema_not_relocatable" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_SCHEMA_NOT_RELOCATABLE" value="8"/>
<member name="no_such_key" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_NO_SUCH_KEY" value="9"/>
<member name="invalid_schema_path" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_INVALID_SCHEMA_PATH" value="10"/>
<member name="invalid_key_type" c:identifier="A11Y_PROFILE_MANAGER_PROFILE_ERROR_INVALID_KEY_TYPE" value="11"/>
</enumeration>
<class name="Profile" c:type="A11yProfileManagerProfile" glib:type-name="A11yProfileManagerProfile" glib:get-type="a11y_profile_manager_profile_get_type" glib:type-struct="ProfileClass" parent="GObject.Object">
<field name="parent_instance">
<type name="GObject.Object" c:type="GObject"/>
</field>
<field name="priv">
<type name="ProfilePrivate" c:type="A11yProfileManagerProfilePrivate*"/>
</field>
<constructor name="new" c:identifier="a11y_profile_manager_profile_new">
<return-value transfer-ownership="full">
<type name="A11yProfileManager.Profile" c:type="A11yProfileManagerProfile*"/>
</return-value>
<parameters>
<parameter name="profile_dir" transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</parameter>
</parameters>
</constructor>
<method name="validate" c:identifier="a11y_profile_manager_profile_validate" throws="1">
<return-value transfer-ownership="full">
<type name="none"/>
</return-value>
</method>
<method name="set_settings" c:identifier="a11y_profile_manager_profile_set_settings" throws="1">
<return-value transfer-ownership="full">
<type name="none"/>
</return-value>
</method>
<method name="reset_settings" c:identifier="a11y_profile_manager_profile_reset_settings" throws="1">
<return-value transfer-ownership="full">
<type name="none"/>
</return-value>
</method>
<method name="write_dconf_file" c:identifier="a11y_profile_manager_profile_write_dconf_file" throws="1">
<return-value transfer-ownership="full">
<type name="none"/>
</return-value>
<parameters>
<parameter name="file" transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</parameter>
</parameters>
</method>
<property name="dir-name" writable="1">
<type name="utf8" c:type="gchar*"/>
</property>
<method name="get_dir_name" c:identifier="a11y_profile_manager_profile_get_dir_name">
<return-value transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</return-value>
</method>
<property name="name" writable="1">
<type name="utf8" c:type="gchar*"/>
</property>
<method name="get_name" c:identifier="a11y_profile_manager_profile_get_name">
<return-value transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</return-value>
</method>
<property name="description" writable="1">
<type name="utf8" c:type="gchar*"/>
</property>
<method name="get_description" c:identifier="a11y_profile_manager_profile_get_description">
<return-value transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</return-value>
</method>
<property name="monitor-schema" writable="1">
<type name="utf8" c:type="gchar*"/>
</property>
<method name="get_monitor_schema" c:identifier="a11y_profile_manager_profile_get_monitor_schema">
<return-value transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</return-value>
</method>
<property name="monitor-key" writable="1">
<type name="utf8" c:type="gchar*"/>
</property>
<method name="get_monitor_key" c:identifier="a11y_profile_manager_profile_get_monitor_key">
<return-value transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</return-value>
</method>
<property name="at-command" writable="1">
<type name="utf8" c:type="gchar*"/>
</property>
<method name="get_at_command" c:identifier="a11y_profile_manager_profile_get_at_command">
<return-value transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</return-value>
</method>
<property name="valid" writable="1">
<type name="gboolean" c:type="gboolean"/>
</property>
<method name="get_valid" c:identifier="a11y_profile_manager_profile_get_valid">
<return-value transfer-ownership="none">
<type name="gboolean" c:type="gboolean"/>
</return-value>
</method>
<property name="indicator-toggle" writable="1">
<type name="gboolean" c:type="gboolean"/>
</property>
<method name="get_indicator_toggle" c:identifier="a11y_profile_manager_profile_get_indicator_toggle">
<return-value transfer-ownership="none">
<type name="gboolean" c:type="gboolean"/>
</return-value>
</method>
<method name="set_indicator_toggle" c:identifier="a11y_profile_manager_profile_set_indicator_toggle">
<return-value transfer-ownership="none">
<type name="none"/>
</return-value>
<parameters>
<parameter name="value" transfer-ownership="none">
<type name="gboolean" c:type="gboolean"/>
</parameter>
</parameters>
</method>
</class>
<record name="ProfileClass" c:type="A11yProfileManagerProfileClass" glib:is-gtype-struct-for="Profile">
<field name="parent_class">
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
</field>
</record>
<record name="ProfilePrivate" c:type="A11yProfileManagerProfilePrivate" disguised="1"/>
<function name="list_profiles" c:identifier="a11y_profile_manager_list_profiles">
<return-value transfer-ownership="full" allow-none="1">
<type name="GLib.SList" c:type="GSList*">
<type name="A11yProfileManager.Profile" c:type="A11yProfileManagerProfile*"/>
</type>
</return-value>
</function>
<function name="get_profile_by_dir_name" c:identifier="a11y_profile_manager_get_profile_by_dir_name">
<return-value transfer-ownership="full" allow-none="1">
<type name="A11yProfileManager.Profile" c:type="A11yProfileManagerProfile*"/>
</return-value>
<parameters>
<parameter name="dir_name" transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</parameter>
</parameters>
</function>
<function name="get_profile_by_name" c:identifier="a11y_profile_manager_get_profile_by_name">
<return-value transfer-ownership="full" allow-none="1">
<type name="A11yProfileManager.Profile" c:type="A11yProfileManagerProfile*"/>
</return-value>
<parameters>
<parameter name="name" transfer-ownership="none">
<type name="utf8" c:type="const gchar*"/>
</parameter>
</parameters>
</function>
<function name="set_active_profile" c:identifier="a11y_profile_manager_set_active_profile" throws="1">
<return-value transfer-ownership="full">
<type name="none"/>
</return-value>
<parameters>
<parameter name="profile_obj" transfer-ownership="none">
<type name="A11yProfileManager.Profile" c:type="A11yProfileManagerProfile*"/>
</parameter>
</parameters>
</function>
</namespace>
</repository>
|