summaryrefslogtreecommitdiff
path: root/libpurple/purplerequestgroup.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2023-03-11 04:33:46 -0600
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2023-03-11 04:33:46 -0600
commit87a49e6a4184128e6af135e2920f7b3ca8a21482 (patch)
tree1cfb024e45bf4b847ad7faa581398c99a08ddc30 /libpurple/purplerequestgroup.c
parenta01aa55fada72e214a0005a7e0b0d6cb502741fe (diff)
downloadpidgin-87a49e6a4184128e6af135e2920f7b3ca8a21482.tar.gz
Cleanup request field files
A variety of small followups to splitting the request objects into separate files: * Make `PurpleRequestField` into an abstract type and drop the field type enum. * Add request files to GObject introspection. * Replace `purple_debug` with GLib logging. * Remove extra `#include` where possible. * Remove most early `typedef` which were there for `#include` loops. * Put `G_DEFINE_TYPE` in a consistent place. * Add `Since` tags to objects since they are new (but not the functions), and also to all of `PurpleRequestPage`/`PurpleRequestGroup` which were fully renamed. * Use website for GNU reference in license header. * Clean up old entries in `ChangeLog.API`. Testing Done: Compiled, then checked Class Hierarchy in docs and confirmed that the structs were now there. Reviewed at https://reviews.imfreedom.org/r/2342/
Diffstat (limited to 'libpurple/purplerequestgroup.c')
-rw-r--r--libpurple/purplerequestgroup.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libpurple/purplerequestgroup.c b/libpurple/purplerequestgroup.c
index b1b0107199..15c6294259 100644
--- a/libpurple/purplerequestgroup.c
+++ b/libpurple/purplerequestgroup.c
@@ -15,14 +15,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <glib/gi18n-lib.h>
-#include "glibcompat.h"
#include "purplerequestgroup.h"
+#include "purplerequestpage.h"
#include "purpleprivate.h"
struct _PurpleRequestGroup {