Searched refs:GObject (Results 1 – 25 of 25) sorted by relevance
/external/selinux/gui/ |
D | usersPage.py | 25 from gi.repository import GObject, Gtk 56 …self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.…
|
D | booleansPage.py | 22 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…
|
D | loginsPage.py | 25 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)
|
D | modulesPage.py | 26 from gi.repository import GObject, Gtk 61 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, 62 GObject.TYPE_STRING)
|
D | domainsPage.py | 26 from gi.repository import GObject, Gtk 60 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING)
|
D | fcontextPage.py | 19 from gi.repository import GObject, Gtk 77 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING)
|
D | portsPage.py | 20 from gi.repository import GObject, Gtk 90 …self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.…
|
D | polgengui.py | 29 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)
|
D | system-config-selinux.py | 35 from gi.repository import GObject 172 self.store = Gtk.ListStore(GObject.TYPE_STRING)
|
/external/selinux/dbus/ |
D | selinux_server.py | 6 from gi.repository import GObject 134 mainloop = GObject.MainLoop()
|
/external/harfbuzz_ng/src/ |
D | harfbuzz-gobject.pc.in | 7 Description: HarfBuzz text shaping library GObject integration
|
D | Makefile.am | 464 HarfBuzz_0_0_gir_INCLUDES = GObject-2.0
|
/external/libbrillo/brillo/glib/ |
D | abstract_dbus_service.h | 41 virtual GObject* service_object() const = 0;
|
D | dbus.cc | 215 GObject* object) { in RegisterExclusiveService()
|
D | dbus.h | 175 GObject* object);
|
/external/webrtc/modules/desktop_capture/linux/ |
D | base_capturer_pipewire.h | 115 static void OnProxyRequested(GObject* object,
|
D | base_capturer_pipewire.cc | 438 void BaseCapturerPipeWire::OnProxyRequested(GObject* /*object*/, in OnProxyRequested() argument
|
/external/python/cpython3/Doc/library/ |
D | othergui.rst | 13 `GObject <https://developer.gnome.org/gobject/stable/>`_. One of
|
/external/harfbuzz_ng/ |
D | CMakeLists.txt | 58 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
|
D | configure.ac | 540 GObject bindings: ${have_gobject}
|
D | NEWS | 1548 GObject and Introspection:
|
/external/tpm2-tss/doc/ |
D | coding_standard_c.md | 71 Objects created using the GObject system follow the GObject naming convention
|
/external/python/cpython3/Doc/faq/ |
D | gui.rst | 73 The `GObject introspection bindings <https://wiki.gnome.org/Projects/PyGObject>`_
|
/external/autotest/client/deps/fakemodem/src/ |
D | fakemodem.c | 32 GObject parent;
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakegudev.c | 754 fake_g_udev_device_finalize (GObject *object) in fake_g_udev_device_finalize()
|