[Xfce4-commits] [xfce/thunar] branch master updated (4f8037f -> babf85c)

noreply at xfce.org noreply at xfce.org
Mon Sep 18 02:25:08 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

      from  4f8037f   Add sidebar class to the sidepanes
       new  a44af0f   Better documentation for thunarx
       new  babf85c   Document all functions inside c-source

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/reference/thunarx/Makefile.am                 |   2 +-
 .../{thunarx-docs.sgml => thunarx-docs.xml}        |   6 +-
 docs/reference/thunarx/tmpl/thunarx-file-info.sgml | 195 ------------
 .../thunarx/tmpl/thunarx-menu-provider.sgml        | 159 ----------
 .../thunarx/tmpl/thunarx-preferences-provider.sgml | 117 -------
 .../tmpl/thunarx-property-page-provider.sgml       |  50 ---
 .../thunarx/tmpl/thunarx-property-page.sgml        | 337 ---------------------
 .../thunarx/tmpl/thunarx-provider-factory.sgml     |  50 ---
 .../thunarx/tmpl/thunarx-provider-plugin.sgml      | 262 ----------------
 .../thunarx/tmpl/thunarx-renamer-provider.sgml     |  48 ---
 docs/reference/thunarx/tmpl/thunarx-renamer.sgml   | 169 -----------
 .../thunarx/tmpl/thunarx-version-information.sgml  |  99 ------
 thunarx/thunarx-file-info.c                        |   9 +
 thunarx/thunarx-file-info.h                        |  19 ++
 thunarx/thunarx-menu-provider.c                    |  26 ++
 thunarx/thunarx-menu-provider.h                    |  12 +
 thunarx/thunarx-preferences-provider.c             |  24 +-
 thunarx/thunarx-preferences-provider.h             |  10 +
 thunarx/thunarx-property-page-provider.c           |  13 +-
 thunarx/thunarx-property-page-provider.h           |   7 +
 thunarx/thunarx-property-page.c                    |  25 +-
 thunarx/thunarx-provider-factory.c                 |  11 +-
 thunarx/thunarx-provider-plugin.c                  |  11 +-
 thunarx/thunarx-provider-plugin.h                  |  13 +
 thunarx/thunarx-renamer-provider.c                 |  11 +-
 thunarx/thunarx-renamer-provider.h                 |   8 +
 thunarx/thunarx-renamer.c                          |  26 ++
 thunarx/thunarx-renamer.h                          |  16 +-
 28 files changed, 238 insertions(+), 1497 deletions(-)
 rename docs/reference/thunarx/{thunarx-docs.sgml => thunarx-docs.xml} (98%)
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-file-info.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-menu-provider.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-preferences-provider.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-property-page-provider.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-property-page.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-provider-factory.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-provider-plugin.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-renamer-provider.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-renamer.sgml
 delete mode 100644 docs/reference/thunarx/tmpl/thunarx-version-information.sgml

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list