[Xfce4-commits] <xfce4-panel:andrzejr/deskbar-github> include headers: added missing references to "nrows" and "deskbar-mode" properties.

Andrzej noreply at xfce.org
Mon Dec 12 11:40:40 CET 2011


Updating branch refs/heads/andrzejr/deskbar-github
         to 10ea53d5e2ce0a0caed4b13e7ab53ad6516f21c1 (commit)
       from a07a3c3762aea23fc560deb7bcbc25c83a524d29 (commit)

commit 10ea53d5e2ce0a0caed4b13e7ab53ad6516f21c1
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Fri Nov 25 20:41:43 2011 +0900

    include headers: added missing references to "nrows" and "deskbar-mode" properties.

 libxfce4panel/xfce-panel-macros-46.h |    8 ++++++++
 libxfce4panel/xfce-panel-plugin.h    |    2 ++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/libxfce4panel/xfce-panel-macros-46.h b/libxfce4panel/xfce-panel-macros-46.h
index ec2d484..92bf918 100644
--- a/libxfce4panel/xfce-panel-macros-46.h
+++ b/libxfce4panel/xfce-panel-macros-46.h
@@ -324,6 +324,14 @@ G_BEGIN_DECLS
             xfce_panel_plugin_provider_set_orientation (provider, value); \
             break; \
             \
+          case PROVIDER_PROP_TYPE_SET_NROWS: \
+            xfce_panel_plugin_provider_set_nrows (provider, value); \
+            break; \
+            \
+          case PROVIDER_PROP_TYPE_SET_DESKBAR_MODE: \
+            xfce_panel_plugin_provider_set_deskbar_mode (provider, value); \
+            break; \
+            \
           case PROVIDER_PROP_TYPE_SET_SCREEN_POSITION: \
             xfce_panel_plugin_provider_set_screen_position (provider, value); \
             break; \
diff --git a/libxfce4panel/xfce-panel-plugin.h b/libxfce4panel/xfce-panel-plugin.h
index 3b88164..d598041 100644
--- a/libxfce4panel/xfce-panel-plugin.h
+++ b/libxfce4panel/xfce-panel-plugin.h
@@ -93,6 +93,8 @@ typedef gboolean (*XfcePanelPluginCheck) (GdkScreen *screen);
  * @screen_position_changed : See #XfcePanelPlugin::screen-position-changed for more information.
  * @size_changed :            See #XfcePanelPlugin::size-changed for more information.
  * @orientation_changed :     See #XfcePanelPlugin::orientation-changed for more information.
+ * @nrows_changed :           See #XfcePanelPlugin::nrows-changed for more information.
+ * @deskbar_mode_changed :    See #XfcePanelPlugin::deskbar-mode-changed for more information.
  * @free_data :               See #XfcePanelPlugin::free-data for more information.
  * @save :                    See #XfcePanelPlugin::save for more information.
  * @about :                   See #XfcePanelPlugin::about for more information.


More information about the Xfce4-commits mailing list