gtkmm r1014 - in trunk: . gtk/src



Author: murrayc
Date: Wed Jul 23 14:13:48 2008
New Revision: 1014
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1014&view=rev

Log:
2008-07-23  Murray Cumming  <murrayc murrayc com>

* gtk/src/calendar.hg: Correct some newin2p16 to 
newin2p14.

Modified:
   trunk/ChangeLog
   trunk/gtk/src/builder.hg
   trunk/gtk/src/calendar.hg

Modified: trunk/gtk/src/builder.hg
==============================================================================
--- trunk/gtk/src/builder.hg	(original)
+++ trunk/gtk/src/builder.hg	Wed Jul 23 14:13:48 2008
@@ -59,7 +59,7 @@
    * @throws Glib::FileError, Glib::MarkupError
    *
    * @newin2p12
-   **/
+   */
   static Glib::RefPtr<Builder> create_from_file(const std::string& filename);
 
   /** Parses a file containing a GtkBuilder UI definition, building only the requested object.
@@ -74,7 +74,7 @@
    * @throws Glib::FileError, Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const Glib::ustring& object_id);
 
   /** Parses a file containing a GtkBuilder UI definition, building only the requested objects.
@@ -89,7 +89,7 @@
    * @throws Glib::FileError, Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const Glib::StringArrayHandle& object_ids);
   _IGNORE(gtk_builder_add_objects_from_file)
 
@@ -103,7 +103,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p12
-   **/
+   */
   static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer);
 
   /** Parses a string containing a GtkBuilder UI definition building only the requested object.
@@ -114,7 +114,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer, const Glib::ustring& object_id);
 
   /** Parses a string containing a GtkBuilder UI definition building only the requested objects.
@@ -129,7 +129,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer, const Glib::StringArrayHandle& object_ids);
   _IGNORE(gtk_builder_add_objects_from_file)
 
@@ -150,7 +150,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   #ifdef GLIBMM_EXCEPTIONS_ENABLED
   bool add_from_file(const std::string& filename, const Glib::ustring& object_id);
   #else
@@ -168,7 +168,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p12
-   **/
+   */
   #ifdef GLIBMM_EXCEPTIONS_ENABLED
   bool add_from_string(const Glib::ustring& buffer);
   #else
@@ -185,7 +185,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   #ifdef GLIBMM_EXCEPTIONS_ENABLED
   bool add_from_string(const Glib::ustring& buffer, const Glib::ustring& object_id);
   #else
@@ -202,7 +202,7 @@
    * @throws Glib::MarkupError
    *
    * @newin2p14
-   **/
+   */
   #ifdef GLIBMM_EXCEPTIONS_ENABLED
   bool add_from_string(const Glib::ustring& buffer, const Glib::StringArrayHandle& object_ids);
   #else

Modified: trunk/gtk/src/calendar.hg
==============================================================================
--- trunk/gtk/src/calendar.hg	(original)
+++ trunk/gtk/src/calendar.hg	Wed Jul 23 14:13:48 2008
@@ -92,7 +92,7 @@
    * specified day. Examples for such details are holidays or appointments. The
    * function should return an empty string when no information is available.
    *
-   * @newin2p16 
+   * @newin2p14
    */
   typedef sigc::slot<Glib::ustring, guint, guint, guint> SlotDetails;
 
@@ -109,7 +109,7 @@
    *
    * @param slot A callback function providing details for each day.
    *
-   * @newin2p16
+   * @newin2p14
    */
   void set_detail_func(const SlotDetails& slot);
   _IGNORE(gtk_calendar_set_detail_func);



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