Kgapi
bloggerservice.h
24KGAPIBLOGGER_EXPORT QUrl fetchCommentsUrl(const QString &blogId, const QString &postId = QString(), const QString &commentId = QString());
26KGAPIBLOGGER_EXPORT QUrl approveCommentUrl(const QString &blogId, const QString &postId, const QString &commentId);
27KGAPIBLOGGER_EXPORT QUrl markCommentAsSpamUrl(const QString &blogId, const QString &postId, const QString &commentId);
28KGAPIBLOGGER_EXPORT QUrl deleteCommentUrl(const QString &blogId, const QString &postId, const QString &commentId);
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.