[gtkmm] Gdk::Pixbuf docs: Change Glib::ResourceError to Gio::ResourceError



commit 5e4412a04e5c7f091b44423a84cb4f34a3f73bef
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Sun Dec 28 11:31:15 2014 +0100

    Gdk::Pixbuf docs: Change Glib::ResourceError to Gio::ResourceError
    
    * gdk/src/pixbug.hg: create_from_resource() documentation:
    Change Glib::ResourceError to Gio::ResourceError.

 gdk/src/pixbuf.hg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/src/pixbuf.hg b/gdk/src/pixbuf.hg
index b3405cc..51dc710 100644
--- a/gdk/src/pixbuf.hg
+++ b/gdk/src/pixbuf.hg
@@ -219,7 +219,7 @@ public:
   /** Creates a new pixbuf by loading an image from a resource. The file format is detected automatically.
    * @param resource_path The path of the resource file.
    *
-   * @throw Glib::ResourceError
+   * @throw Gio::ResourceError
    * @throw Gdk::PixbufError
    *
    * @newin{3,12}
@@ -238,7 +238,7 @@ public:
    * @param height The desired height
    * @param preserve_aspect_ratio Whether the image's aspect ratio will be preserved when scaling.
    *
-   * @throw Glib::ResourceError
+   * @throw Gio::ResourceError
    * @throw Gdk::PixbufError
    *
    * @newin{3,12}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]