Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
84aa94bc by wurstsalat at 2025-04-08T21:31:09+02:00
cq: Builder: Update types
- - - - -
1 changed file:
- gajim/gtk/builder.pyi
Changes:
=====================================
gajim/gtk/builder.pyi
=====================================
@@ -86,18 +86,6 @@ class ActivityGajimUpdateBuilder(Builder):
update_plugins_success_text_label: Gtk.Label
update_plugins_success_button: Gtk.Button
-class ActivityListRowBuilder(Builder):
- activity_list_row: Gtk.Box
- account_identifier: Gtk.Box
- avatar_image: Gtk.Image
- activity_type_indicator: Gtk.Image
- activity_title_label: Gtk.Label
- timestamp_label: Gtk.Label
- activity_subject_label: Gtk.Label
- activity_message_label: Gtk.Label
- revealer: Gtk.Revealer
- close_button: Gtk.Button
-
class ActivityMucInvitationBuilder(Builder):
muc_invitation_page: Gtk.Box
muc_invitation_box: Gtk.Box
@@ -116,7 +104,6 @@ class ActivitySubscriptionBuilder(Builder):
subscribe_accept_button: Gtk.Button
subscribe_menu_button: Gtk.MenuButton
unsubscribed_box: Gtk.Box
- unsubscribed_dismiss_button: Gtk.Button
unsubscribed_remove_button: Gtk.Button
class AddContactBuilder(Builder):
@@ -1024,12 +1011,6 @@ def get_builder(
widgets: list[str] = ...,
) -> ActivityGajimUpdateBuilder: ... # noqa
@overload
-def get_builder(
- file_name: Literal["activity_list_row.ui"],
- instance: Any = None,
- widgets: list[str] = ...,
-) -> ActivityListRowBuilder: ... # noqa
-@overload
def get_builder(
file_name: Literal["activity_muc_invitation.ui"],
instance: Any = None,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/84aa94bc098e4f45d0a32c96acf92a3e702b785a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/84aa94bc098e4f45d0a32c96acf92a3e702b785a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]