-
-
libpurple/purplerequestfield.h (Diff revision 1) iirc gi-docgen will populate this from the dispatcher function's documentation if it's not there to help minimize duplication.
Would you mind giving it a try to verifying that and if so we can remove the vfunc from this comment.
-
libpurple/request/purplerequestfieldstring.c (Diff revision 1) Any reason to use the manual typecast verus the macro?
Add PurpleRequestField.is_filled vfunc, and a filled property
Review Request #2345 — Created March 13, 2023 and submitted
Information | |
---|---|
QuLogic | |
pidgin/pidgin | |
default | |
2346 | |
Reviewers | |
pidgin | |
And then move the string-specific check into the subclass.
Note that this just does a
g_object_notify(G_OBJECT(field), "filled");
instead of adding a convenience function; not sure if I should do that.
Compiled and ran
ninja test
.
Change Summary:
Handle review comments.
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+378 -20) |