You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest to rename the @method and @signal decorators to @dbus_method and @dbus_signal respectively? It keeps them consistent with the @dbus_property decorator and avoids people confusing them with non-dbus decorators that might exist in a codebase.
The text was updated successfully, but these errors were encountered:
Suggest to rename the
@method
and@signal
decorators to@dbus_method
and@dbus_signal
respectively? It keeps them consistent with the@dbus_property
decorator and avoids people confusing them with non-dbus decorators that might exist in a codebase.The text was updated successfully, but these errors were encountered: