![]() |
![]() |
![]() |
![]() |
GObject ├── GoaClient ├── GDBusProxy │ ├── GoaAccountProxy │ ├── GoaManagerProxy │ ├── GoaMailProxy │ ├── GoaCalendarProxy │ ├── GoaContactsProxy │ ├── GoaChatProxy │ ├── GoaDocumentsProxy │ ├── GoaMapsProxy │ ├── GoaPhotosProxy │ ├── GoaFilesProxy │ ├── GoaExchangeProxy │ ├── GoaMediaServerProxy │ ├── GoaTicketingProxy │ ├── GoaReadLaterProxy │ ╰── GoaPrintersProxy ├── GDBusInterfaceSkeleton │ ├── GoaAccountSkeleton │ ├── GoaManagerSkeleton │ ├── GoaMailSkeleton │ ├── GoaCalendarSkeleton │ ├── GoaContactsSkeleton │ ├── GoaChatSkeleton │ ├── GoaDocumentsSkeleton │ ├── GoaMapsSkeleton │ ├── GoaPhotosSkeleton │ ├── GoaFilesSkeleton │ ├── GoaExchangeSkeleton │ ├── GoaMediaServerSkeleton │ ├── GoaTicketingSkeleton │ ├── GoaReadLaterSkeleton │ ╰── GoaPrintersSkeleton ├── GDBusObjectManagerClient │ ╰── GoaObjectManagerClient ├── GDBusObjectProxy │ ╰── GoaObjectProxy ├── GDBusObjectSkeleton │ ╰── GoaObjectSkeleton ├── GoaProvider │ ├── GoaOAuthProvider │ │ ├── GoaYahooProvider │ │ ╰── GoaFlickrProvider │ ├── GoaOAuth2Provider │ │ ├── GoaGoogleProvider │ │ ├── GoaFacebookProvider │ │ ╰── GoaWindowsLiveProvider │ ╰── GoaMediaServerProvider ╰── GoaProviderFactory GInterface ├── GoaAccount ├── GoaManager ├── GoaObject ├── GoaOAuthBased ├── GoaOAuth2Based ├── GoaMail ├── GoaCalendar ├── GoaContacts ├── GoaChat ├── GoaDocuments ├── GoaMaps ├── GoaPhotos ├── GoaFiles ├── GoaExchange ├── GoaMediaServer ├── GoaTicketing ├── GoaReadLater ├── GoaPrinters ╰── GoaPasswordBased