Changeset 73 for trunk/src/DocumentOutline.cxx
- Timestamp:
- 04/16/06 09:21:47 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/DocumentOutline.cxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DocumentOutline.cxx
r61 r73 21 21 using namespace ePDFView; 22 22 23 // /Forward declarations.23 // Forward declarations. 24 24 static void deleteChild (gpointer child, gpointer userData); 25 25 … … 116 116 /// @brief Gets the number of children for this outline. 117 117 /// 118 /// @return The number of children this utline has.118 /// @return The number of children this outline has. 119 119 /// 120 120 gint … … 173 173 /// 174 174 void 175 DocumentOutline::setTitle (const char *title)175 DocumentOutline::setTitle (const gchar *title) 176 176 { 177 177 g_assert (NULL != title && "Tried to set a NULL title."); … … 184 184 /// @brief Deletes an outline item's child. 185 185 /// 186 /// This function is called by the destructor to delete all child sin186 /// This function is called by the destructor to delete all children in 187 187 /// the m_Children list. 188 188 ///
