Searched refs:GLib (Results 1 - 7 of 7) sorted by relevance

/external/avahi/avahi-ui-sharp/
H A DServiceDialog.cs94 values.Add (GLib.Marshaller.Utf8PtrToString (ptr));
106 types[i] = GLib.Marshaller.StringToPtrGStrdup (value[i]);
118 GLib.Marshaller.Free (types[i]);
125 return GLib.Marshaller.Utf8PtrToString (aui_service_dialog_get_service_type (Raw));
127 IntPtr type = GLib.Marshaller.StringToPtrGStrdup (value);
129 GLib.Marshaller.Free (type);
135 return GLib.Marshaller.Utf8PtrToString (aui_service_dialog_get_service_name (Raw));
137 IntPtr name = GLib.Marshaller.StringToPtrGStrdup (value);
139 GLib.Marshaller.Free (name);
157 return GLib
[all...]
/external/harfbuzz_ng/src/
H A Dsample.py7 from gi.repository import GLib namespace
23 # Need to create GLib.Bytes explicitly until this bug is fixed:
25 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata))
/external/harfbuzz_ng/win32/
H A Dconfig-msvc.mak8 # GLib is required for all utility programs and tests
49 # Note: All the utility and test programs require GLib support to be present!
90 # Enable HarfBuzz-GObject (enables GLib support as well)
115 !if [echo Warning: GLib support not enabled, hb-view not built]
141 # Enable GLib if desired
177 # If there is no GLib support, use the built-in UCDN
178 # and define some of the macros in GLib's msvc_recommended_pragmas.h
H A Ddetectenv-msvc.mak3 # libraries can be located. For instance, if building from GLib's
4 # included Visual Studio projects, this should be able to locate the GLib
5 # build out-of-the-box if they were not moved. GLib's headers will be
H A Dinfo-msvc.mak8 UNICODE_IMPL = GLib
9 INC_FEATURES = $(INC_FEATURES) GLib
93 @echo Enable GLib2 support, with GLib Unicode support, requires the GNOME GLib2
H A Dcreate-lists-msvc.mak75 # For the utility programs (GLib support is required)
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgui.py31 from gi.repository import GLib namespace
600 GLib.timeout_add_seconds(5, self.selinux_status)

Completed in 245 milliseconds