Home
last modified time | relevance | path

Searched refs:gm_dbus_property_string_list (Results 1 – 3 of 3) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMDBus.h214 extern DBusHandlerResult gm_dbus_property_string_list(DBusConnection*,DBusMessage *,const FXchar * …
H A DGMMediaPlayerService.cpp539 …else if (compare(prop,"SupportedUriSchemes")==0) return gm_dbus_property_string_list(connection,m… in mpris_root_property_get()
540 …else if (compare(prop,"SupportedMimeTypes")==0) return gm_dbus_property_string_list(connection,m… in mpris_root_property_get()
H A DGMDBus.cpp794 DBusHandlerResult gm_dbus_property_string_list(DBusConnection * connection,DBusMessage * msg,const … in gm_dbus_property_string_list() function