Home
last modified time | relevance | path

Searched refs:GObject (Results 1 – 25 of 25) sorted by relevance

/external/selinux/gui/
DusersPage.py25 from gi.repository import GObject, Gtk
56 …self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.…
DbooleansPage.py22 from gi.repository import Gdk, GObject, Gtk
110 listStore = Gtk.ListStore(GObject.TYPE_STRING)
113 …self.store = Gtk.ListStore(GObject.TYPE_BOOLEAN, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject
DloginsPage.py25 from gi.repository import GObject, Gtk
56 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING)
93 liststore = Gtk.ListStore(GObject.TYPE_STRING)
DmodulesPage.py26 from gi.repository import GObject, Gtk
61 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING,
62 GObject.TYPE_STRING)
DdomainsPage.py26 from gi.repository import GObject, Gtk
60 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING)
DfcontextPage.py19 from gi.repository import GObject, Gtk
77 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING)
DportsPage.py20 from gi.repository import GObject, Gtk
90 …self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.…
Dpolgengui.py29 from gi.repository import GObject
285 self.boolean_store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING)
294 self.role_store = Gtk.ListStore(GObject.TYPE_STRING)
302 self.existing_user_store = Gtk.ListStore(GObject.TYPE_STRING)
315 self.transition_store = Gtk.ListStore(GObject.TYPE_STRING)
323 self.user_transition_store = Gtk.ListStore(GObject.TYPE_STRING)
337 self.admin_store = Gtk.ListStore(GObject.TYPE_STRING)
658 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_INT)
Dsystem-config-selinux.py35 from gi.repository import GObject
172 self.store = Gtk.ListStore(GObject.TYPE_STRING)
/external/selinux/dbus/
Dselinux_server.py6 from gi.repository import GObject
134 mainloop = GObject.MainLoop()
/external/harfbuzz_ng/src/
Dharfbuzz-gobject.pc.in7 Description: HarfBuzz text shaping library GObject integration
DMakefile.am464 HarfBuzz_0_0_gir_INCLUDES = GObject-2.0
/external/libbrillo/brillo/glib/
Dabstract_dbus_service.h41 virtual GObject* service_object() const = 0;
Ddbus.cc215 GObject* object) { in RegisterExclusiveService()
Ddbus.h175 GObject* object);
/external/webrtc/modules/desktop_capture/linux/
Dbase_capturer_pipewire.h115 static void OnProxyRequested(GObject* object,
Dbase_capturer_pipewire.cc438 void BaseCapturerPipeWire::OnProxyRequested(GObject* /*object*/, in OnProxyRequested() argument
/external/python/cpython3/Doc/library/
Dothergui.rst13 `GObject <https://developer.gnome.org/gobject/stable/>`_. One of
/external/harfbuzz_ng/
DCMakeLists.txt58 option(HB_HAVE_GOBJECT "Enable GObject Bindings" OFF)
567 # Get the CFlags that we used to build HarfBuzz/HarfBuzz-GObject
573 # Get the other dependent libraries we used to build HarfBuzz/HarfBuzz-GObject
622 --include GObject-2.0
Dconfigure.ac540 GObject bindings: ${have_gobject}
DNEWS1548 GObject and Introspection:
/external/tpm2-tss/doc/
Dcoding_standard_c.md71 Objects created using the GObject system follow the GObject naming convention
/external/python/cpython3/Doc/faq/
Dgui.rst73 The `GObject introspection bindings <https://wiki.gnome.org/Projects/PyGObject>`_
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c32 GObject parent;
/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c754 fake_g_udev_device_finalize (GObject *object) in fake_g_udev_device_finalize()