mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ShellWindowTracker: remove gtk-doc marks from private functions
static internal functions should be documented with /*, not /** https://bugzilla.gnome.org/show_bug.cgi?id=721439
This commit is contained in:
parent
6544326ffd
commit
65f00f3af2
1 changed files with 4 additions and 4 deletions
|
|
@ -177,7 +177,7 @@ shell_window_tracker_is_window_interesting (MetaWindow *window)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_window_wmclass:
|
||||
*
|
||||
* Looks only at the given window, and attempts to determine
|
||||
|
|
@ -256,7 +256,7 @@ get_app_from_window_wmclass (MetaWindow *window)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_gapplication_id:
|
||||
* @monitor: a #ShellWindowTracker
|
||||
* @window: a #MetaWindow
|
||||
|
|
@ -290,7 +290,7 @@ get_app_from_gapplication_id (MetaWindow *window)
|
|||
return app;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_window_group:
|
||||
* @monitor: a #ShellWindowTracker
|
||||
* @window: a #MetaWindow
|
||||
|
|
@ -338,7 +338,7 @@ get_app_from_window_group (ShellWindowTracker *tracker,
|
|||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_window_pid:
|
||||
* @tracker: a #ShellWindowTracker
|
||||
* @window: a #MetaWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue