Skip to content

Commit

Permalink
documents: Rename files to follow the prefix-name rule
Browse files Browse the repository at this point in the history
Renames the documents files to xdp-documents.
  • Loading branch information
swick committed Nov 27, 2024
1 parent e7801ad commit bb5186c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/account.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include "account.h"
#include "xdp-request.h"
#include "documents.h"
#include "xdp-documents.h"
#include "xdp-dbus.h"
#include "xdp-impl-dbus.h"
#include "xdp-utils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/email.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "email.h"
#include "xdp-request.h"
#include "documents.h"
#include "xdp-documents.h"
#include "xdp-dbus.h"
#include "xdp-impl-dbus.h"
#include "xdp-utils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/file-chooser.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "file-chooser.h"
#include "xdp-request.h"
#include "documents.h"
#include "xdp-documents.h"
#include "xdp-dbus.h"
#include "xdp-impl-dbus.h"
#include "xdp-utils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ xdg_desktop_portal_sources = files(
'background.c',
'camera.c',
'clipboard.c',
'documents.c',
'dynamic-launcher.c',
'email.c',
'file-chooser.c',
Expand Down Expand Up @@ -100,6 +99,7 @@ xdg_desktop_portal_sources = files(
'xdp-app-launch-context.c',
'xdp-background-monitor.c',
'xdp-call.c',
'xdp-documents.c',
'xdp-permissions.c',
'xdp-portal-impl.c',
'xdp-request.c',
Expand Down
2 changes: 1 addition & 1 deletion src/open-uri.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
#include "xdp-impl-dbus.h"
#include "xdp-utils.h"
#include "xdp-permissions.h"
#include "documents.h"
#include "xdp-app-launch-context.h"
#include "xdp-documents.h"

#define FILE_MANAGER_DBUS_NAME "org.freedesktop.FileManager1"
#define FILE_MANAGER_DBUS_IFACE "org.freedesktop.FileManager1"
Expand Down
2 changes: 1 addition & 1 deletion src/screenshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "screenshot.h"
#include "xdp-permissions.h"
#include "xdp-request.h"
#include "documents.h"
#include "xdp-documents.h"
#include "xdp-dbus.h"
#include "xdp-impl-dbus.h"
#include "xdp-utils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/trash.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "trash.h"
#include "xdp-call.h"
#include "documents.h"
#include "xdp-documents.h"
#include "xdp-app-info.h"
#include "xdp-dbus.h"
#include "xdp-impl-dbus.h"
Expand Down
4 changes: 2 additions & 2 deletions src/xdg-desktop-portal.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
#include <glib/gi18n.h>

#include "xdp-utils.h"
#include "xdp-call.h"
#include "xdp-dbus.h"
#include "xdp-documents.h"
#include "xdp-impl-dbus.h"
#include "xdp-method-info.h"
#include "xdp-portal-impl.h"
#include "xdp-session-persistence.h"

#include "account.h"
#include "background.h"
#include "xdp-call.h"
#include "camera.h"
#include "clipboard.h"
#include "documents.h"
#include "dynamic-launcher.h"
#include "email.h"
#include "file-chooser.h"
Expand Down
2 changes: 1 addition & 1 deletion src/documents.c → src/xdp-documents.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "xdp-app-info.h"
#include "xdp-dbus.h"
#include "xdp-utils.h"
#include "documents.h"
#include "xdp-documents.h"
#include "document-enums.h"

static XdpDbusDocuments *documents = NULL;
Expand Down
File renamed without changes.

0 comments on commit bb5186c

Please sign in to comment.