Reorder GI annotations and remove duplicate for _l().
This commit is contained in:
@@ -102,33 +102,6 @@ struct _glibtop_proc_open_files
|
|||||||
* Returns: (transfer none):
|
* Returns: (transfer none):
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* glibtop_get_proc_open_files_l:
|
|
||||||
* @server:
|
|
||||||
* @buf: (out):
|
|
||||||
* @pid:
|
|
||||||
*
|
|
||||||
* Returns: (transfer none):
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* glibtop_get_proc_open_files_p:
|
|
||||||
* @server:
|
|
||||||
* @buf: (out):
|
|
||||||
* @pid:
|
|
||||||
*
|
|
||||||
* Returns: (transfer none):
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* glibtop_get_proc_open_files_s:
|
|
||||||
* @server:
|
|
||||||
* @buf: (out):
|
|
||||||
* @pid:
|
|
||||||
*
|
|
||||||
* Returns: (transfer none):
|
|
||||||
*/
|
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files(glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files(glibtop_proc_open_files *buf, pid_t pid);
|
||||||
|
|
||||||
@@ -138,12 +111,32 @@ glibtop_get_proc_open_files(glibtop_proc_open_files *buf, pid_t pid);
|
|||||||
#define glibtop_get_proc_open_files_r glibtop_get_proc_open_files_s
|
#define glibtop_get_proc_open_files_r glibtop_get_proc_open_files_s
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_open_files_l:
|
||||||
|
* @server:
|
||||||
|
* @buf: (out):
|
||||||
|
* @pid:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files_l (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_l (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_FILE
|
#if GLIBTOP_SUID_PROC_FILE
|
||||||
void _glibtop_init_proc_open_files_p (glibtop *server);
|
void _glibtop_init_proc_open_files_p (glibtop *server);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_open_files_p:
|
||||||
|
* @server:
|
||||||
|
* @buf: (out):
|
||||||
|
* @pid:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files_p (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_p (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user