mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: include element type in return comment
This commit is contained in:
@ -742,7 +742,7 @@ sysprof_document_lookup_file (SysprofDocument *self,
|
|||||||
*
|
*
|
||||||
* Gets a #GListModel of #SysprofDocumentFile
|
* Gets a #GListModel of #SysprofDocumentFile
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a #GListModel
|
* Returns: (transfer full): a #GListModel of #SysprofDocumentFile
|
||||||
*/
|
*/
|
||||||
GListModel *
|
GListModel *
|
||||||
sysprof_document_list_files (SysprofDocument *self)
|
sysprof_document_list_files (SysprofDocument *self)
|
||||||
@ -799,7 +799,7 @@ sysprof_document_list_files (SysprofDocument *self)
|
|||||||
* Gets a #GListModel containing #SysprofDocumentTraceable found within
|
* Gets a #GListModel containing #SysprofDocumentTraceable found within
|
||||||
* the #SysprofDocument.
|
* the #SysprofDocument.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a #GListModel
|
* Returns: (transfer full): a #GListModel of #SysprofTraceable
|
||||||
*/
|
*/
|
||||||
GListModel *
|
GListModel *
|
||||||
sysprof_document_list_traceables (SysprofDocument *self)
|
sysprof_document_list_traceables (SysprofDocument *self)
|
||||||
@ -816,7 +816,7 @@ sysprof_document_list_traceables (SysprofDocument *self)
|
|||||||
* Gets a #GListModel containing #SysprofDocumentProcess found within
|
* Gets a #GListModel containing #SysprofDocumentProcess found within
|
||||||
* the #SysprofDocument.
|
* the #SysprofDocument.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a #GListModel
|
* Returns: (transfer full): a #GListModel of #SysprofDocumentProcess
|
||||||
*/
|
*/
|
||||||
GListModel *
|
GListModel *
|
||||||
sysprof_document_list_processes (SysprofDocument *self)
|
sysprof_document_list_processes (SysprofDocument *self)
|
||||||
|
|||||||
Reference in New Issue
Block a user