mirror of
https://github.com/labwc/labwc.git
synced 2026-03-22 05:33:57 -04:00
tree-wide: rename g_server to just server
This commit is contained in:
parent
8d46da9db1
commit
4f72e6775e
61 changed files with 955 additions and 955 deletions
|
|
@ -357,7 +357,7 @@ bool view_matches_query(struct view *view, struct view_query *query);
|
|||
* @criteria: Criteria to match against.
|
||||
* Example:
|
||||
* struct view *view;
|
||||
* for_each_view(view, &g_server.views, LAB_VIEW_CRITERIA_NONE) {
|
||||
* for_each_view(view, &server.views, LAB_VIEW_CRITERIA_NONE) {
|
||||
* printf("%s\n", view_get_string_prop(view, "app_id"));
|
||||
* }
|
||||
*/
|
||||
|
|
@ -373,7 +373,7 @@ bool view_matches_query(struct view *view, struct view_query *query);
|
|||
* @criteria: Criteria to match against.
|
||||
* Example:
|
||||
* struct view *view;
|
||||
* for_each_view_reverse(view, &g_server.views, LAB_VIEW_CRITERIA_NONE) {
|
||||
* for_each_view_reverse(view, &server.views, LAB_VIEW_CRITERIA_NONE) {
|
||||
* printf("%s\n", view_get_string_prop(view, "app_id"));
|
||||
* }
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue